Color Hex Logo

#c9eaca Color Hex

#C9EACA
(201,234,202)
0 Favorites   0 Comments

Color spaces of #c9eaca

RGB 201234202
HSL0.340.440.85
HSV122°14°92°
CMYK 0.140.000.14   0.08
XYZ64.170975.527467.0732
Yxy75.52740.31030.3653
Hunter Lab86.9065-20.283715.0754
CIE-Lab89.6395-16.707511.9631

#c9eaca color RGB value is (201,234,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11001010
Octal 311 352 312
Decimal 201 234 202
Hex C9 EA CA

RGB Percentages of Color #c9eaca

%31.55
%36.73
%31.71

CMYK Percentages of Color #c9eaca

%14
%0
%14
%8

Triadic Colors of #c9eaca

#c9eaca #cac9ea #eacac9

Analogous Colors of #c9eaca

#c9eaca #c9eadb #d9eac9

Monochromatic Colors of #c9eaca

#c9eaca

Complementary Color

#c9eaca #eac9e9

#c9eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaca Color CSS Codes

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

#c9eaca Text Font Color

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

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


#c9eaca Background Color

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

This div background color is #c9eaca


#c9eaca Border Color

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

This div border color is #c9eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaca


Comments

No comments written yet.

Please login to write comment.