Color Hex Logo

#c9db9e Color Hex

#C9DB9E
(201,219,158)
0 Favorites   0 Comments

Color spaces of #c9db9e

RGB 201219158
HSL0.220.460.74
HSV78°28°86°
CMYK 0.080.000.28   0.14
XYZ55.590565.549242.0701
Yxy65.54920.34060.4016
Hunter Lab80.9625-19.122525.8652
CIE-Lab84.7659-16.193728.0652

#c9db9e color RGB value is (201,219,158).

#c9db9e hex color red value is 201, green value is 219 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c9db9e hue: 0.22 , saturation: 0.46 and the lightness value of c9db9e is 0.74.

The process color (four color CMYK) of #c9db9e color hex is 0.08, 0.00, 0.28, 0.14. Web safe color of #c9db9e is #cccc99. Color #c9db9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011011 10011110
Octal 311 333 236
Decimal 201 219 158
Hex C9 DB 9E

RGB Percentages of Color #c9db9e

%34.78
%37.89
%27.34

CMYK Percentages of Color #c9db9e

%8
%0
%28
%14

Triadic Colors of #c9db9e

#c9db9e #9ec9db #db9ec9

Analogous Colors of #c9db9e

#c9db9e #abdb9e #dbcf9e

Monochromatic Colors of #c9db9e

#c9db9e

Complementary Color

#c9db9e #b09edb

#c9db9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9db9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9db9e Color CSS Codes

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

#c9db9e Text Font Color

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

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


#c9db9e Background Color

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

This div background color is #c9db9e


#c9db9e Border Color

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

This div border color is #c9db9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9db9e


Comments

No comments written yet.

Please login to write comment.