Color Hex Logo

#c9ebad Color Hex

#C9EBAD
(201,235,173)
0 Favorites   0 Comments

Color spaces of #c9ebad

RGB 201235173
HSL0.260.610.80
HSV93°26°92°
CMYK 0.140.000.26   0.08
XYZ61.338674.851350.7500
Yxy74.85130.32810.4004
Hunter Lab86.5166-24.851125.7826
CIE-Lab89.3233-21.895426.5240

#c9ebad color RGB value is (201,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10101101
Octal 311 353 255
Decimal 201 235 173
Hex C9 EB AD

RGB Percentages of Color #c9ebad

%33.00
%38.59
%28.41

CMYK Percentages of Color #c9ebad

%14
%0
%26
%8

Triadic Colors of #c9ebad

#c9ebad #adc9eb #ebadc9

Analogous Colors of #c9ebad

#c9ebad #adebb0 #e8ebad

Monochromatic Colors of #c9ebad

#c9ebad

Complementary Color

#c9ebad #cfadeb

#c9ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebad Color CSS Codes

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

#c9ebad Text Font Color

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

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


#c9ebad Background Color

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

This div background color is #c9ebad


#c9ebad Border Color

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

This div border color is #c9ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebad


Comments

No comments written yet.

Please login to write comment.