Color Hex Logo

#c9cfac Color Hex

#C9CFAC
(201,207,172)
0 Favorites   0 Comments

Color spaces of #c9cfac

RGB 201207172
HSL0.200.270.74
HSV70°17°81°
CMYK 0.030.000.17   0.19
XYZ53.846660.021747.7771
Yxy60.02170.33310.3713
Hunter Lab77.4737-11.515917.6681
CIE-Lab81.8500-8.043916.7280

#c9cfac color RGB value is (201,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001111 10101100
Octal 311 317 254
Decimal 201 207 172
Hex C9 CF AC

RGB Percentages of Color #c9cfac

%34.66
%35.69
%29.66

CMYK Percentages of Color #c9cfac

%3
%0
%17
%19

Triadic Colors of #c9cfac

#c9cfac #acc9cf #cfacc9

Analogous Colors of #c9cfac

#c9cfac #b8cfac #cfc4ac

Monochromatic Colors of #c9cfac

#c9cfac

Complementary Color

#c9cfac #b2accf

#c9cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cfac Color CSS Codes

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

#c9cfac Text Font Color

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

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


#c9cfac Background Color

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

This div background color is #c9cfac


#c9cfac Border Color

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

This div border color is #c9cfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cfac


Comments

No comments written yet.

Please login to write comment.