Color Hex Logo

#c9eace Color Hex

#C9EACE
(201,234,206)
0 Favorites   0 Comments

Color spaces of #c9eace

RGB 201234206
HSL0.360.440.85
HSV129°14°92°
CMYK 0.140.000.12   0.08
XYZ64.650875.719469.6004
Yxy75.71940.30790.3606
Hunter Lab87.0169-19.659713.4888
CIE-Lab89.7289-16.002310.0063

#c9eace color RGB value is (201,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11001110
Octal 311 352 316
Decimal 201 234 206
Hex C9 EA CE

RGB Percentages of Color #c9eace

%31.36
%36.51
%32.14

CMYK Percentages of Color #c9eace

%14
%0
%12
%8

Triadic Colors of #c9eace

#c9eace #cec9ea #eacec9

Analogous Colors of #c9eace

#c9eace #c9eadf #d5eac9

Monochromatic Colors of #c9eace

#c9eace

Complementary Color

#c9eace #eac9e5

#c9eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eace Color CSS Codes

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

#c9eace Text Font Color

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

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


#c9eace Background Color

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

This div background color is #c9eace


#c9eace Border Color

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

This div border color is #c9eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eace


Comments

No comments written yet.

Please login to write comment.