Color Hex Logo

#c9e0dc Color Hex

#C9E0DC
(201,224,220)
1 Favorites   0 Comments

Color spaces of #c9e0dc

RGB 201224220
HSL0.470.270.83
HSV170°10°88°
CMYK 0.100.000.02   0.12
XYZ63.661370.896178.0392
Yxy70.89610.29940.3335
Hunter Lab84.1998-12.39053.9879
CIE-Lab87.4345-8.3676-0.6487

#c9e0dc color RGB value is (201,224,220).

#c9e0dc hex color red value is 201, green value is 224 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9e0dc hue: 0.47 , saturation: 0.27 and the lightness value of c9e0dc is 0.83.

The process color (four color CMYK) of #c9e0dc color hex is 0.10, 0.00, 0.02, 0.12. Web safe color of #c9e0dc is #cccccc. Color #c9e0dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11100000 11011100
Octal 311 340 334
Decimal 201 224 220
Hex C9 E0 DC

RGB Percentages of Color #c9e0dc

%31.16
%34.73
%34.11

CMYK Percentages of Color #c9e0dc

%10
%0
%2
%12

Triadic Colors of #c9e0dc

#c9e0dc #dcc9e0 #e0dcc9

Analogous Colors of #c9e0dc

#c9e0dc #c9d9e0 #c9e0d1

Monochromatic Colors of #c9e0dc

#c9e0dc

Complementary Color

#c9e0dc #e0c9cd

#c9e0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9e0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9e0dc Color CSS Codes

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

#c9e0dc Text Font Color

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

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


#c9e0dc Background Color

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

This div background color is #c9e0dc


#c9e0dc Border Color

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

This div border color is #c9e0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9e0dc


Comments

No comments written yet.

Please login to write comment.