Color Hex Logo

#c9eadc Color Hex

#C9EADC
(201,234,220)
0 Favorites   0 Comments

Color spaces of #c9eadc

RGB 201234220
HSL0.430.440.85
HSV155°14°92°
CMYK 0.140.000.06   0.08
XYZ66.428576.430578.9615
Yxy76.43050.29950.3446
Hunter Lab87.4245-17.36187.6467
CIE-Lab90.0588-13.43053.1737

#c9eadc color RGB value is (201,234,220).

#c9eadc hex color red value is 201, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9eadc hue: 0.43 , saturation: 0.44 and the lightness value of c9eadc is 0.85.

The process color (four color CMYK) of #c9eadc color hex is 0.14, 0.00, 0.06, 0.08. Web safe color of #c9eadc is #ccffcc. Color #c9eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11011100
Octal 311 352 334
Decimal 201 234 220
Hex C9 EA DC

RGB Percentages of Color #c9eadc

%30.69
%35.73
%33.59

CMYK Percentages of Color #c9eadc

%14
%0
%6
%8

Triadic Colors of #c9eadc

#c9eadc #dcc9ea #eadcc9

Analogous Colors of #c9eadc

#c9eadc #c9e8ea #c9eacc

Monochromatic Colors of #c9eadc

#c9eadc

Complementary Color

#c9eadc #eac9d7

#c9eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eadc Color CSS Codes

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

#c9eadc Text Font Color

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

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


#c9eadc Background Color

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

This div background color is #c9eadc


#c9eadc Border Color

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

This div border color is #c9eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eadc


Comments

No comments written yet.

Please login to write comment.