Color Hex Logo

#cfa87f Color Hex

#CFA87F
(207,168,127)
0 Favorites   0 Comments

Color spaces of #cfa87f

RGB 207168127
HSL0.090.450.65
HSV31°39°81°
CMYK 0.000.190.39   0.19
XYZ43.565542.803026.0443
Yxy42.80300.38750.3808
Hunter Lab65.42404.370222.1944
CIE-Lab71.42118.697326.5757

#cfa87f color RGB value is (207,168,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 01111111
Octal 317 250 177
Decimal 207 168 127
Hex CF A8 7F

RGB Percentages of Color #cfa87f

%41.24
%33.47
%25.30

CMYK Percentages of Color #cfa87f

%0
%19
%39
%19

Triadic Colors of #cfa87f

#cfa87f #7fcfa8 #a87fcf

Analogous Colors of #cfa87f

#cfa87f #cecf7f #cf807f

Monochromatic Colors of #cfa87f

#cfa87f

Complementary Color

#cfa87f #7fa6cf

#cfa87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa87f Color CSS Codes

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

#cfa87f Text Font Color

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

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


#cfa87f Background Color

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

This div background color is #cfa87f


#cfa87f Border Color

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

This div border color is #cfa87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa87f


Comments

No comments written yet.

Please login to write comment.