Color Hex Logo

#cfaa7f Color Hex

#CFAA7F
(207,170,127)
0 Favorites   0 Comments

Color spaces of #cfaa7f

RGB 207170127
HSL0.090.450.65
HSV32°39°81°
CMYK 0.000.180.39   0.19
XYZ43.937643.547226.1684
Yxy43.54720.38660.3832
Hunter Lab65.99033.365722.6818
CIE-Lab71.92487.620427.2474

#cfaa7f color RGB value is (207,170,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 01111111
Octal 317 252 177
Decimal 207 170 127
Hex CF AA 7F

RGB Percentages of Color #cfaa7f

%41.07
%33.73
%25.20

CMYK Percentages of Color #cfaa7f

%0
%18
%39
%19

Triadic Colors of #cfaa7f

#cfaa7f #7fcfaa #aa7fcf

Analogous Colors of #cfaa7f

#cfaa7f #cccf7f #cf827f

Monochromatic Colors of #cfaa7f

#cfaa7f

Complementary Color

#cfaa7f #7fa4cf

#cfaa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa7f Color CSS Codes

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

#cfaa7f Text Font Color

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

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


#cfaa7f Background Color

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

This div background color is #cfaa7f


#cfaa7f Border Color

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

This div border color is #cfaa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa7f


Comments

No comments written yet.

Please login to write comment.