color codes Logo

#c9ebaa color codes

#C9EBAA
(201,235,170)
0 Favorites   0 Comments

Color spaces of #c9ebaa

RGB 201235170
HSL0.250.620.79
HSV91°28°92°
CMYK 0.140.000.28   0.08
XYZ61.051474.736449.2380
Yxy74.73640.33000.4039
Hunter Lab86.4502-25.230626.7463
CIE-Lab89.2694-22.338427.9865

#c9ebaa color RGB value is (201,235,170).

#c9ebaa hex color red value is 201, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c9ebaa hue: 0.25 , saturation: 0.62 and the lightness value of c9ebaa is 0.79.

The process color (four color CMYK) of #c9ebaa color code is 0.14, 0.00, 0.28, 0.08. Web safe color of #c9ebaa is #ccff99. Color #c9ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10101010
Octal 311 353 252
Decimal 201 235 170
Hex C9 EB AA

RGB Percentages of Color #c9ebaa

%33.17
%38.78
%28.05

CMYK Percentages of Color #c9ebaa

%14
%0
%28
%8

Triadic Colors of #c9ebaa

#c9ebaa #aac9eb #ebaac9

Analogous Colors of #c9ebaa

#c9ebaa #aaebac #eaebaa

Monochromatic Colors of #c9ebaa

#c9ebaa

Complementary Color

#c9ebaa #ccaaeb

#c9ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebaa Color CSS Codes

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

#c9ebaa Text Font Color

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

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


#c9ebaa Background Color

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

This div background color is #c9ebaa


#c9ebaa Border Color

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

This div border color is #c9ebaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,235,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 #c9ebaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebaa


Comments

No comments written yet.

Please login to write comment.