Color Hex Logo

#c9eaaf Color Hex

#C9EAAF
(201,234,175)
0 Favorites   0 Comments

Color spaces of #c9eaaf

RGB 201234175
HSL0.260.580.80
HSV94°25°92°
CMYK 0.140.000.25   0.08
XYZ61.248174.358351.6819
Yxy74.35830.32700.3970
Hunter Lab86.2313-24.120224.8270
CIE-Lab89.0916-21.109125.1810

#c9eaaf color RGB value is (201,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 10101111
Octal 311 352 257
Decimal 201 234 175
Hex C9 EA AF

RGB Percentages of Color #c9eaaf

%32.95
%38.36
%28.69

CMYK Percentages of Color #c9eaaf

%14
%0
%25
%8

Triadic Colors of #c9eaaf

#c9eaaf #afc9ea #eaafc9

Analogous Colors of #c9eaaf

#c9eaaf #afeab3 #e7eaaf

Monochromatic Colors of #c9eaaf

#c9eaaf

Complementary Color

#c9eaaf #d0afea

#c9eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaaf Color CSS Codes

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

#c9eaaf Text Font Color

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

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


#c9eaaf Background Color

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

This div background color is #c9eaaf


#c9eaaf Border Color

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

This div border color is #c9eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaaf


Comments

No comments written yet.

Please login to write comment.