Color Hex Logo

#cfaa5a Color Hex

#CFAA5A
(207,170,90)
0 Favorites   0 Comments

Color spaces of #cfaa5a

RGB 20717090
HSL0.110.550.58
HSV41°57°81°
CMYK 0.000.180.57   0.19
XYZ41.952342.753015.7139
Yxy42.75300.41780.4257
Hunter Lab65.38580.102631.5211
CIE-Lab71.38704.025745.7602

#cfaa5a color RGB value is (207,170,90).

#cfaa5a hex color red value is 207, green value is 170 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cfaa5a hue: 0.11 , saturation: 0.55 and the lightness value of cfaa5a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 01011010
Octal 317 252 132
Decimal 207 170 90
Hex CF AA 5A

RGB Percentages of Color #cfaa5a

%44.33
%36.40
%19.27

CMYK Percentages of Color #cfaa5a

%0
%18
%57
%19

Triadic Colors of #cfaa5a

#cfaa5a #5acfaa #aa5acf

Analogous Colors of #cfaa5a

#cfaa5a #bacf5a #cf705a

Monochromatic Colors of #cfaa5a

#cfaa5a

Complementary Color

#cfaa5a #5a7fcf

#cfaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa5a Color CSS Codes

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

#cfaa5a Text Font Color

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

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


#cfaa5a Background Color

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

This div background color is #cfaa5a


#cfaa5a Border Color

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

This div border color is #cfaa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa5a


Comments

No comments written yet.

Please login to write comment.