Color Hex Logo

#c9ebbd Color Hex

#C9EBBD
(201,235,189)
0 Favorites   0 Comments

Color spaces of #c9ebbd

RGB 201235189
HSL0.290.530.83
HSV104°20°92°
CMYK 0.140.000.20   0.08
XYZ62.981075.508359.3992
Yxy75.50830.31830.3816
Hunter Lab86.8955-22.692120.2980
CIE-Lab89.6306-19.397218.7023

#c9ebbd color RGB value is (201,235,189).

#c9ebbd hex color red value is 201, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9ebbd hue: 0.29 , saturation: 0.53 and the lightness value of c9ebbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10111101
Octal 311 353 275
Decimal 201 235 189
Hex C9 EB BD

RGB Percentages of Color #c9ebbd

%32.16
%37.60
%30.24

CMYK Percentages of Color #c9ebbd

%14
%0
%20
%8

Triadic Colors of #c9ebbd

#c9ebbd #bdc9eb #ebbdc9

Analogous Colors of #c9ebbd

#c9ebbd #bdebc8 #e0ebbd

Monochromatic Colors of #c9ebbd

#c9ebbd

Complementary Color

#c9ebbd #dfbdeb

#c9ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebbd Color CSS Codes

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

#c9ebbd Text Font Color

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

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


#c9ebbd Background Color

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

This div background color is #c9ebbd


#c9ebbd Border Color

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

This div border color is #c9ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebbd


Comments

No comments written yet.

Please login to write comment.