Color Hex Logo

#c9dae4 Color Hex

#C9DAE4
(201,218,228)
0 Favorites   0 Comments

Color spaces of #c9dae4

RGB 201218228
HSL0.560.330.84
HSV202°12°89°
CMYK 0.120.040.00   0.11
XYZ63.162468.161883.2263
Yxy68.16180.29440.3177
Hunter Lab82.5602-7.9194-1.9763
CIE-Lab86.0873-3.7064-6.8523

#c9dae4 color RGB value is (201,218,228).

#c9dae4 hex color red value is 201, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #c9dae4 hue: 0.56 , saturation: 0.33 and the lightness value of c9dae4 is 0.84.

The process color (four color CMYK) of #c9dae4 color hex is 0.12, 0.04, 0.00, 0.11. Web safe color of #c9dae4 is #cccccc. Color #c9dae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 11100100
Octal 311 332 344
Decimal 201 218 228
Hex C9 DA E4

RGB Percentages of Color #c9dae4

%31.07
%33.69
%35.24

CMYK Percentages of Color #c9dae4

%12
%4
%0
%11

Triadic Colors of #c9dae4

#c9dae4 #e4c9da #dae4c9

Analogous Colors of #c9dae4

#c9dae4 #c9cde4 #c9e4e1

Monochromatic Colors of #c9dae4

#c9dae4

Complementary Color

#c9dae4 #e4d3c9

#c9dae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dae4 Color CSS Codes

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

#c9dae4 Text Font Color

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

This sample text font color is #c9dae4
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.


#c9dae4 Background Color

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

This div background color is #c9dae4


#c9dae4 Border Color

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

This div border color is #c9dae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dae4


Comments

No comments written yet.

Please login to write comment.