Color Hex Logo

#c9eaba Color Hex

#C9EABA
(201,234,186)
0 Favorites   0 Comments

Color spaces of #c9eaba

RGB 201234186
HSL0.280.530.82
HSV101°21°92°
CMYK 0.140.000.21   0.08
XYZ62.373174.808357.6064
Yxy74.80830.32020.3841
Hunter Lab86.4918-22.636321.0551
CIE-Lab89.3031-19.392919.7987

#c9eaba color RGB value is (201,234,186).

#c9eaba hex color red value is 201, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c9eaba hue: 0.28 , saturation: 0.53 and the lightness value of c9eaba is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 10111010
Octal 311 352 272
Decimal 201 234 186
Hex C9 EA BA

RGB Percentages of Color #c9eaba

%32.37
%37.68
%29.95

CMYK Percentages of Color #c9eaba

%14
%0
%21
%8

Triadic Colors of #c9eaba

#c9eaba #bac9ea #eabac9

Analogous Colors of #c9eaba

#c9eaba #baeac3 #e1eaba

Monochromatic Colors of #c9eaba

#c9eaba

Complementary Color

#c9eaba #dbbaea

#c9eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaba Color CSS Codes

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

#c9eaba Text Font Color

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

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


#c9eaba Background Color

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

This div background color is #c9eaba


#c9eaba Border Color

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

This div border color is #c9eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaba


Comments

No comments written yet.

Please login to write comment.