Color Hex Logo

#c9eacb Color Hex

#C9EACB
(201,234,203)
0 Favorites   0 Comments

Color spaces of #c9eacb

RGB 201234203
HSL0.340.440.85
HSV124°14°92°
CMYK 0.140.000.13   0.08
XYZ64.289775.574967.6989
Yxy75.57490.30970.3641
Hunter Lab86.9338-20.129114.6821
CIE-Lab89.6616-16.532511.4737

#c9eacb color RGB value is (201,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11001011
Octal 311 352 313
Decimal 201 234 203
Hex C9 EA CB

RGB Percentages of Color #c9eacb

%31.50
%36.68
%31.82

CMYK Percentages of Color #c9eacb

%14
%0
%13
%8

Triadic Colors of #c9eacb

#c9eacb #cbc9ea #eacbc9

Analogous Colors of #c9eacb

#c9eacb #c9eadc #d8eac9

Monochromatic Colors of #c9eacb

#c9eacb

Complementary Color

#c9eacb #eac9e8

#c9eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eacb Color CSS Codes

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

#c9eacb Text Font Color

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

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


#c9eacb Background Color

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

This div background color is #c9eacb


#c9eacb Border Color

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

This div border color is #c9eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eacb

#c9eacb Color Palettes


Comments

No comments written yet.

Please login to write comment.