Color Hex Logo

#c9dbaf Color Hex

#C9DBAF
(201,219,175)
0 Favorites   0 Comments

Color spaces of #c9dbaf

RGB 201219175
HSL0.230.380.77
HSV85°20°86°
CMYK 0.080.000.20   0.14
XYZ57.156866.175750.3181
Yxy66.17570.32910.3811
Hunter Lab81.3484-16.942720.2701
CIE-Lab85.0860-13.682319.6594

#c9dbaf color RGB value is (201,219,175).

#c9dbaf hex color red value is 201, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c9dbaf hue: 0.23 , saturation: 0.38 and the lightness value of c9dbaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011011 10101111
Octal 311 333 257
Decimal 201 219 175
Hex C9 DB AF

RGB Percentages of Color #c9dbaf

%33.78
%36.81
%29.41

CMYK Percentages of Color #c9dbaf

%8
%0
%20
%14

Triadic Colors of #c9dbaf

#c9dbaf #afc9db #dbafc9

Analogous Colors of #c9dbaf

#c9dbaf #b3dbaf #dbd7af

Monochromatic Colors of #c9dbaf

#c9dbaf

Complementary Color

#c9dbaf #c1afdb

#c9dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dbaf Color CSS Codes

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

#c9dbaf Text Font Color

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

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


#c9dbaf Background Color

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

This div background color is #c9dbaf


#c9dbaf Border Color

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

This div border color is #c9dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dbaf


Comments

No comments written yet.

Please login to write comment.