Color Hex Logo

#cfc7ac Color Hex

#CFC7AC
(207,199,172)
0 Favorites   0 Comments

Color spaces of #cfc7ac

RGB 207199172
HSL0.130.270.74
HSV46°17°81°
CMYK 0.000.040.17   0.19
XYZ53.601957.090847.2242
Yxy57.09080.33940.3615
Hunter Lab75.5585-5.597715.8345
CIE-Lab80.2306-1.691614.5246

#cfc7ac color RGB value is (207,199,172).

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

The process color (four color CMYK) of #cfc7ac color hex is 0.00, 0.04, 0.17, 0.19. Web safe color of #cfc7ac is #cccc99. Color #cfc7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 10101100
Octal 317 307 254
Decimal 207 199 172
Hex CF C7 AC

RGB Percentages of Color #cfc7ac

%35.81
%34.43
%29.76

CMYK Percentages of Color #cfc7ac

%0
%4
%17
%19

Triadic Colors of #cfc7ac

#cfc7ac #accfc7 #c7accf

Analogous Colors of #cfc7ac

#cfc7ac #c6cfac #cfb6ac

Monochromatic Colors of #cfc7ac

#cfc7ac

Complementary Color

#cfc7ac #acb4cf

#cfc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc7ac Color CSS Codes

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

#cfc7ac Text Font Color

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

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


#cfc7ac Background Color

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

This div background color is #cfc7ac


#cfc7ac Border Color

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

This div border color is #cfc7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc7ac


Comments

No comments written yet.

Please login to write comment.