Color Hex Logo

#c9cdaf Color Hex

#C9CDAF
(201,205,175)
0 Favorites   0 Comments

Color spaces of #c9cdaf

RGB 201205175
HSL0.190.230.75
HSV68°15°80°
CMYK 0.020.000.15   0.20
XYZ53.656659.175349.1514
Yxy59.17530.33120.3653
Hunter Lab76.9255-10.113415.9646
CIE-Lab81.3879-6.539214.4878

#c9cdaf color RGB value is (201,205,175).

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

The process color (four color CMYK) of #c9cdaf color hex is 0.02, 0.00, 0.15, 0.20. Web safe color of #c9cdaf is #cccc99. Color #c9cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001101 10101111
Octal 311 315 257
Decimal 201 205 175
Hex C9 CD AF

RGB Percentages of Color #c9cdaf

%34.60
%35.28
%30.12

CMYK Percentages of Color #c9cdaf

%2
%0
%15
%20

Triadic Colors of #c9cdaf

#c9cdaf #afc9cd #cdafc9

Analogous Colors of #c9cdaf

#c9cdaf #bacdaf #cdc2af

Monochromatic Colors of #c9cdaf

#c9cdaf

Complementary Color

#c9cdaf #b3afcd

#c9cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cdaf Color CSS Codes

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

#c9cdaf Text Font Color

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

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


#c9cdaf Background Color

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

This div background color is #c9cdaf


#c9cdaf Border Color

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

This div border color is #c9cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cdaf


Comments

No comments written yet.

Please login to write comment.