Color Hex Logo

#c9dacc Color Hex

#C9DACC
(201,218,204)
0 Favorites   0 Comments

Color spaces of #c9dacc

RGB 201218204
HSL0.360.190.82
HSV131°85°
CMYK 0.080.000.06   0.15
XYZ60.057966.919966.8782
Yxy66.91990.30980.3452
Hunter Lab81.8046-12.10998.7915
CIE-Lab85.4635-8.28664.9282

#c9dacc color RGB value is (201,218,204).

#c9dacc hex color red value is 201, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c9dacc hue: 0.36 , saturation: 0.19 and the lightness value of c9dacc is 0.82.

The process color (four color CMYK) of #c9dacc color hex is 0.08, 0.00, 0.06, 0.15. Web safe color of #c9dacc is #cccccc. Color #c9dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 11001100
Octal 311 332 314
Decimal 201 218 204
Hex C9 DA CC

RGB Percentages of Color #c9dacc

%32.26
%34.99
%32.74

CMYK Percentages of Color #c9dacc

%8
%0
%6
%15

Triadic Colors of #c9dacc

#c9dacc #ccc9da #daccc9

Analogous Colors of #c9dacc

#c9dacc #c9dad5 #cfdac9

Monochromatic Colors of #c9dacc

#c9dacc

Complementary Color

#c9dacc #dac9d7

#c9dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dacc Color CSS Codes

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

#c9dacc Text Font Color

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

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


#c9dacc Background Color

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

This div background color is #c9dacc


#c9dacc Border Color

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

This div border color is #c9dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dacc


Comments

No comments written yet.

Please login to write comment.