Color Hex Logo

#c9ebae Color Hex

#C9EBAE
(201,235,174)
0 Favorites   0 Comments

Color spaces of #c9ebae

RGB 201235174
HSL0.260.600.80
HSV93°26°92°
CMYK 0.140.000.26   0.08
XYZ61.435774.890251.2616
Yxy74.89020.32750.3992
Hunter Lab86.5391-24.723125.4569
CIE-Lab89.3415-21.746226.0361

#c9ebae color RGB value is (201,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10101110
Octal 311 353 256
Decimal 201 235 174
Hex C9 EB AE

RGB Percentages of Color #c9ebae

%32.95
%38.52
%28.52

CMYK Percentages of Color #c9ebae

%14
%0
%26
%8

Triadic Colors of #c9ebae

#c9ebae #aec9eb #ebaec9

Analogous Colors of #c9ebae

#c9ebae #aeebb2 #e8ebae

Monochromatic Colors of #c9ebae

#c9ebae

Complementary Color

#c9ebae #d0aeeb

#c9ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebae Color CSS Codes

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

#c9ebae Text Font Color

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

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


#c9ebae Background Color

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

This div background color is #c9ebae


#c9ebae Border Color

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

This div border color is #c9ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebae


Comments

No comments written yet.

Please login to write comment.