color codes Logo

#c9eeaa color codes

#C9EEAA
(201,238,170)
0 Favorites   0 Comments

Color spaces of #c9eeaa

RGB 201238170
HSL0.260.670.80
HSV93°29°93°
CMYK 0.160.000.29   0.07
XYZ61.917676.468949.5268
Yxy76.46890.32950.4069
Hunter Lab87.4465-26.642227.6327
CIE-Lab90.0766-23.787229.0788

#c9eeaa color RGB value is (201,238,170).

#c9eeaa hex color red value is 201, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c9eeaa hue: 0.26 , saturation: 0.67 and the lightness value of c9eeaa is 0.80.

The process color (four color CMYK) of #c9eeaa color code is 0.16, 0.00, 0.29, 0.07. Web safe color of #c9eeaa is #ccff99. Color #c9eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101110 10101010
Octal 311 356 252
Decimal 201 238 170
Hex C9 EE AA

RGB Percentages of Color #c9eeaa

%33.00
%39.08
%27.91

CMYK Percentages of Color #c9eeaa

%16
%0
%29
%7

Triadic Colors of #c9eeaa

#c9eeaa #aac9ee #eeaac9

Analogous Colors of #c9eeaa

#c9eeaa #aaeead #ebeeaa

Monochromatic Colors of #c9eeaa

#c9eeaa

Complementary Color

#c9eeaa #cfaaee

#c9eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eeaa Color CSS Codes

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

#c9eeaa Text Font Color

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

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


#c9eeaa Background Color

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

This div background color is #c9eeaa


#c9eeaa Border Color

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

This div border color is #c9eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eeaa


Comments

No comments written yet.

Please login to write comment.