Color Hex Logo

#cfab7f Color Hex

#CFAB7F
(207,171,127)
0 Favorites   0 Comments

Color spaces of #cfab7f

RGB 207171127
HSL0.090.450.65
HSV33°39°81°
CMYK 0.000.170.39   0.19
XYZ44.125843.923526.2311
Yxy43.92350.38610.3843
Hunter Lab66.27482.864522.9258
CIE-Lab72.17737.083127.5835

#cfab7f color RGB value is (207,171,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 01111111
Octal 317 253 177
Decimal 207 171 127
Hex CF AB 7F

RGB Percentages of Color #cfab7f

%40.99
%33.86
%25.15

CMYK Percentages of Color #cfab7f

%0
%17
%39
%19

Triadic Colors of #cfab7f

#cfab7f #7fcfab #ab7fcf

Analogous Colors of #cfab7f

#cfab7f #cbcf7f #cf837f

Monochromatic Colors of #cfab7f

#cfab7f

Complementary Color

#cfab7f #7fa3cf

#cfab7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab7f Color CSS Codes

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

#cfab7f Text Font Color

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

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


#cfab7f Background Color

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

This div background color is #cfab7f


#cfab7f Border Color

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

This div border color is #cfab7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab7f


Comments

No comments written yet.

Please login to write comment.