Color Hex Logo

#c9daac Color Hex

#C9DAAC
(201,218,172)
0 Favorites   0 Comments

Color spaces of #c9daac

RGB 201218172
HSL0.230.380.76
HSV82°21°85°
CMYK 0.080.000.21   0.15
XYZ56.605265.538948.6966
Yxy65.53890.33130.3836
Hunter Lab80.9561-16.864421.0052
CIE-Lab84.7607-13.642220.7776

#c9daac color RGB value is (201,218,172).

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

The process color (four color CMYK) of #c9daac color hex is 0.08, 0.00, 0.21, 0.15. Web safe color of #c9daac is #cccc99. Color #c9daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 10101100
Octal 311 332 254
Decimal 201 218 172
Hex C9 DA AC

RGB Percentages of Color #c9daac

%34.01
%36.89
%29.10

CMYK Percentages of Color #c9daac

%8
%0
%21
%15

Triadic Colors of #c9daac

#c9daac #acc9da #daacc9

Analogous Colors of #c9daac

#c9daac #b2daac #dad4ac

Monochromatic Colors of #c9daac

#c9daac

Complementary Color

#c9daac #bdacda

#c9daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9daac Color CSS Codes

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

#c9daac Text Font Color

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

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


#c9daac Background Color

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

This div background color is #c9daac


#c9daac Border Color

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

This div border color is #c9daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9daac


Comments

No comments written yet.

Please login to write comment.