Color Hex Logo

#c9cfad Color Hex

#C9CFAD
(201,207,173)
0 Favorites   0 Comments

Color spaces of #c9cfad

RGB 201207173
HSL0.200.260.75
HSV71°16°81°
CMYK 0.030.000.16   0.19
XYZ53.943060.060348.2849
Yxy60.06030.33240.3701
Hunter Lab77.4986-11.377317.3088
CIE-Lab81.8710-7.887516.2276

#c9cfad color RGB value is (201,207,173).

#c9cfad hex color red value is 201, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c9cfad hue: 0.20 , saturation: 0.26 and the lightness value of c9cfad is 0.75.

The process color (four color CMYK) of #c9cfad color hex is 0.03, 0.00, 0.16, 0.19. Web safe color of #c9cfad is #cccc99. Color #c9cfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001111 10101101
Octal 311 317 255
Decimal 201 207 173
Hex C9 CF AD

RGB Percentages of Color #c9cfad

%34.60
%35.63
%29.78

CMYK Percentages of Color #c9cfad

%3
%0
%16
%19

Triadic Colors of #c9cfad

#c9cfad #adc9cf #cfadc9

Analogous Colors of #c9cfad

#c9cfad #b8cfad #cfc4ad

Monochromatic Colors of #c9cfad

#c9cfad

Complementary Color

#c9cfad #b3adcf

#c9cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cfad Color CSS Codes

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

#c9cfad Text Font Color

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

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


#c9cfad Background Color

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

This div background color is #c9cfad


#c9cfad Border Color

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

This div border color is #c9cfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,207,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 #c9cfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cfad


Comments

No comments written yet.

Please login to write comment.