Color Hex Logo

#cfac7e Color Hex

#CFAC7E
(207,172,126)
0 Favorites   0 Comments

Color spaces of #cfac7e

RGB 207172126
HSL0.090.460.65
HSV34°39°81°
CMYK 0.000.170.39   0.19
XYZ44.250544.276825.9527
Yxy44.27680.38650.3868
Hunter Lab66.54082.258423.4539
CIE-Lab72.41316.431228.4319

#cfac7e color RGB value is (207,172,126).

#cfac7e hex color red value is 207, green value is 172 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfac7e hue: 0.09 , saturation: 0.46 and the lightness value of cfac7e is 0.65.

The process color (four color CMYK) of #cfac7e color hex is 0.00, 0.17, 0.39, 0.19. Web safe color of #cfac7e is #cc9966. Color #cfac7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 01111110
Octal 317 254 176
Decimal 207 172 126
Hex CF AC 7E

RGB Percentages of Color #cfac7e

%40.99
%34.06
%24.95

CMYK Percentages of Color #cfac7e

%0
%17
%39
%19

Triadic Colors of #cfac7e

#cfac7e #7ecfac #ac7ecf

Analogous Colors of #cfac7e

#cfac7e #cacf7e #cf847e

Monochromatic Colors of #cfac7e

#cfac7e

Complementary Color

#cfac7e #7ea1cf

#cfac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac7e Color CSS Codes

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

#cfac7e Text Font Color

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

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


#cfac7e Background Color

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

This div background color is #cfac7e


#cfac7e Border Color

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

This div border color is #cfac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac7e


Comments

No comments written yet.

Please login to write comment.