Color Hex Logo

#c9caad Color Hex

#C9CAAD
(201,202,173)
0 Favorites   0 Comments

Color spaces of #c9caad

RGB 201202173
HSL0.170.210.74
HSV62°14°79°
CMYK 0.000.000.14   0.21
XYZ52.750757.675747.8874
Yxy57.67570.33320.3643
Hunter Lab75.9445-8.917715.7754
CIE-Lab80.5582-5.301614.3838

#c9caad color RGB value is (201,202,173).

#c9caad hex color red value is 201, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c9caad hue: 0.17 , saturation: 0.21 and the lightness value of c9caad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10101101
Octal 311 312 255
Decimal 201 202 173
Hex C9 CA AD

RGB Percentages of Color #c9caad

%34.90
%35.07
%30.03

CMYK Percentages of Color #c9caad

%0
%0
%14
%21

Triadic Colors of #c9caad

#c9caad #adc9ca #caadc9

Analogous Colors of #c9caad

#c9caad #bbcaad #cabdad

Monochromatic Colors of #c9caad

#c9caad

Complementary Color

#c9caad #aeadca

#c9caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9caad Color CSS Codes

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

#c9caad Text Font Color

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

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


#c9caad Background Color

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

This div background color is #c9caad


#c9caad Border Color

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

This div border color is #c9caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9caad


Comments

No comments written yet.

Please login to write comment.