Color Hex Logo

#cbdaed Color Hex

#CBDAED
(203,218,237)
0 Favorites   0 Comments

Color spaces of #cbdaed

RGB 203218237
HSL0.590.490.86
HSV214°14°93°
CMYK 0.140.080.00   0.07
XYZ64.986168.953790.0050
Yxy68.95370.29020.3079
Hunter Lab83.0384-5.6224-6.1374
CIE-Lab86.4811-1.2444-11.0090

#cbdaed color RGB value is (203,218,237).

#cbdaed hex color red value is 203, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cbdaed hue: 0.59 , saturation: 0.49 and the lightness value of cbdaed is 0.86.

The process color (four color CMYK) of #cbdaed color hex is 0.14, 0.08, 0.00, 0.07. Web safe color of #cbdaed is #ccccff. Color #cbdaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 11101101
Octal 313 332 355
Decimal 203 218 237
Hex CB DA ED

RGB Percentages of Color #cbdaed

%30.85
%33.13
%36.02

CMYK Percentages of Color #cbdaed

%14
%8
%0
%7

Triadic Colors of #cbdaed

#cbdaed #edcbda #daedcb

Analogous Colors of #cbdaed

#cbdaed #cdcbed #cbebed

Monochromatic Colors of #cbdaed

#cbdaed

Complementary Color

#cbdaed #eddecb

#cbdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdaed Color CSS Codes

.mybgcolor {background-color:#cbdaed; } 
.myforecolor {color:#cbdaed; }
.mybordercolor {border:3px solid #cbdaed; }

#cbdaed Text Font Color

<p style="color:#cbdaed">Text here</p>

This sample text font color is #cbdaed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbdaed Background Color

<div style="background-color:#cbdaed">
Div content here</div>

This div background color is #cbdaed


#cbdaed Border Color

<div style="border:3px solid #cbdaed">
Div here</div>

This div border color is #cbdaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,218,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbdaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbdaed;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdaed;
  box-shadow:         1px 1px 3px 2px #cbdaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,218,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbdaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdaed;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdaed;
  box-shadow:         1px 1px 3px 2px #cbdaed;">
Div content here</div>

This div box has shadow with color #cbdaed


Comments

No comments written yet.

Please login to write comment.