Color Hex Logo

#c9edab Color Hex

#C9EDAB
(201,237,171)
0 Favorites   0 Comments

Color spaces of #c9edab

RGB 201237171
HSL0.260.650.80
HSV93°28°93°
CMYK 0.150.000.28   0.07
XYZ61.722375.926249.9302
Yxy75.92620.32900.4048
Hunter Lab87.1356-26.047427.0208
CIE-Lab89.8251-23.159128.2286

#c9edab color RGB value is (201,237,171).

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

The process color (four color CMYK) of #c9edab color hex is 0.15, 0.00, 0.28, 0.07. Web safe color of #c9edab is #ccff99. Color #c9edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101101 10101011
Octal 311 355 253
Decimal 201 237 171
Hex C9 ED AB

RGB Percentages of Color #c9edab

%33.00
%38.92
%28.08

CMYK Percentages of Color #c9edab

%15
%0
%28
%7

Triadic Colors of #c9edab

#c9edab #abc9ed #edabc9

Analogous Colors of #c9edab

#c9edab #abedae #eaedab

Monochromatic Colors of #c9edab

#c9edab

Complementary Color

#c9edab #cfabed

#c9edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9edab Color CSS Codes

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

#c9edab Text Font Color

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

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


#c9edab Background Color

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

This div background color is #c9edab


#c9edab Border Color

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

This div border color is #c9edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9edab


Comments

No comments written yet.

Please login to write comment.