Color Hex Logo

#c9eacc Color Hex

#C9EACC
(201,234,204)
0 Favorites   0 Comments

Color spaces of #c9eacc

RGB 201234204
HSL0.350.440.85
HSV125°14°92°
CMYK 0.140.000.13   0.08
XYZ64.409375.622868.3287
Yxy75.62280.30910.3629
Hunter Lab86.9614-19.973614.2867
CIE-Lab89.6839-16.356710.9845

#c9eacc color RGB value is (201,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11001100
Octal 311 352 314
Decimal 201 234 204
Hex C9 EA CC

RGB Percentages of Color #c9eacc

%31.46
%36.62
%31.92

CMYK Percentages of Color #c9eacc

%14
%0
%13
%8

Triadic Colors of #c9eacc

#c9eacc #ccc9ea #eaccc9

Analogous Colors of #c9eacc

#c9eacc #c9eadd #d7eac9

Monochromatic Colors of #c9eacc

#c9eacc

Complementary Color

#c9eacc #eac9e7

#c9eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eacc Color CSS Codes

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

#c9eacc Text Font Color

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

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


#c9eacc Background Color

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

This div background color is #c9eacc


#c9eacc Border Color

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

This div border color is #c9eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eacc


Comments

No comments written yet.

Please login to write comment.