Color Hex Logo

#c9cfaf Color Hex

#C9CFAF
(201,207,175)
0 Favorites   0 Comments

Color spaces of #c9cfaf

RGB 201207175
HSL0.200.250.75
HSV71°15°81°
CMYK 0.030.000.15   0.19
XYZ54.138160.138349.3119
Yxy60.13830.33090.3676
Hunter Lab77.5489-11.096916.5828
CIE-Lab81.9133-7.571615.2269

#c9cfaf color RGB value is (201,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001111 10101111
Octal 311 317 257
Decimal 201 207 175
Hex C9 CF AF

RGB Percentages of Color #c9cfaf

%34.48
%35.51
%30.02

CMYK Percentages of Color #c9cfaf

%3
%0
%15
%19

Triadic Colors of #c9cfaf

#c9cfaf #afc9cf #cfafc9

Analogous Colors of #c9cfaf

#c9cfaf #b9cfaf #cfc5af

Monochromatic Colors of #c9cfaf

#c9cfaf

Complementary Color

#c9cfaf #b5afcf

#c9cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cfaf Color CSS Codes

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

#c9cfaf Text Font Color

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

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


#c9cfaf Background Color

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

This div background color is #c9cfaf


#c9cfaf Border Color

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

This div border color is #c9cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cfaf


Comments

No comments written yet.

Please login to write comment.