Color Hex Logo

#c9eaed Color Hex

#C9EAED
(201,234,237)
0 Favorites   0 Comments

Color spaces of #c9eaed

RGB 201234237
HSL0.510.500.86
HSV185°15°93°
CMYK 0.150.010.00   0.07
XYZ68.796377.377691.4302
Yxy77.37760.28950.3257
Hunter Lab87.9645-14.3346-0.0508
CIE-Lab90.4951-10.1005-5.0738

#c9eaed color RGB value is (201,234,237).

#c9eaed hex color red value is 201, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c9eaed hue: 0.51 , saturation: 0.50 and the lightness value of c9eaed is 0.86.

The process color (four color CMYK) of #c9eaed color hex is 0.15, 0.01, 0.00, 0.07. Web safe color of #c9eaed is #ccffff. Color #c9eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11101101
Octal 311 352 355
Decimal 201 234 237
Hex C9 EA ED

RGB Percentages of Color #c9eaed

%29.91
%34.82
%35.27

CMYK Percentages of Color #c9eaed

%15
%1
%0
%7

Triadic Colors of #c9eaed

#c9eaed #edc9ea #eaedc9

Analogous Colors of #c9eaed

#c9eaed #c9d8ed #c9edde

Monochromatic Colors of #c9eaed

#c9eaed

Complementary Color

#c9eaed #edccc9

#c9eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaed Color CSS Codes

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

#c9eaed Text Font Color

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

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


#c9eaed Background Color

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

This div background color is #c9eaed


#c9eaed Border Color

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

This div border color is #c9eaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,234,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 #c9eaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaed


Comments

No comments written yet.

Please login to write comment.