breadcrumb

Ziggurat

How Ziggurat is Used

Industries that Commonly Use Ziggurat

Color Code Details

HEX #bedce3
RGB (190, 220, 227);
RGBA (190, 220, 227, 1)
HSL (191, 40%, 82%);
HSLA (191, 40%, 82%, 1);
HSV 191,16,89
HSB 191, 16, 89
HWB 191 75% 11%
CMYK 16, 3, 0, 11
Pantone 1895 C

Preview & Codes Examples

Text Color with Ziggurat

This Text has a Font Color of #bedce3
.text {color:#bedce3;}
.text {color:rgba(190, 220, 227, 1);}
.text {color:hsl(309, 100%, 3%);}

Background Color Using Ziggurat

.element {background-color:#bedce3;}
.element {background-color:rgba(190, 220, 227, 1);}
.element {background-color:hsl(309, 100%, 3%);}

Border Styling with Ziggurat

This element has a border color of #bedce3
.element {border:1px solid #bedce3;}
.element {border:1px solid rgba(190, 220, 227, 1);}
.element {border:1px solid hsl(309, 100%, 3%);}

Preview & Variables

CSS Variables

--variable: #bedce3;

Sass / SCSS

$variable: #bedce3;

Less

@variable: #bedce3;

Similar Cyan Shades You Might Like

Cyan shades add a refreshing, tech-savvy vibe to modern interfaces. Perfect for SaaS, dashboards, and health apps. Browse more clean and vibrant cyan tones below.

Your Opinion Shapes our Colors.