Color Hex Logo

#afaa74 Color Hex

#AFAA74
(175,170,116)
0 Favorites   0 Comments

Color spaces of #afaa74

RGB 175170116
HSL0.150.270.57
HSV55°34°69°
CMYK 0.000.030.34   0.31
XYZ35.206339.124422.2192
Yxy39.12440.36460.4052
Hunter Lab62.5495-8.992022.7233
CIE-Lab68.8413-6.610128.5303

#afaa74 color RGB value is (175,170,116).

#afaa74 hex color red value is 175, green value is 170 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #afaa74 hue: 0.15 , saturation: 0.27 and the lightness value of afaa74 is 0.57.

The process color (four color CMYK) of #afaa74 color hex is 0.00, 0.03, 0.34, 0.31. Web safe color of #afaa74 is #999966. Color #afaa74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01110100
Octal 257 252 164
Decimal 175 170 116
Hex AF AA 74

RGB Percentages of Color #afaa74

%37.96
%36.88
%25.16

CMYK Percentages of Color #afaa74

%0
%3
%34
%31

Triadic Colors of #afaa74

#afaa74 #74afaa #aa74af

Analogous Colors of #afaa74

#afaa74 #97af74 #af8d74

Monochromatic Colors of #afaa74

#afaa74

Complementary Color

#afaa74 #7479af

#afaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa74 Color CSS Codes

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

#afaa74 Text Font Color

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

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


#afaa74 Background Color

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

This div background color is #afaa74


#afaa74 Border Color

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

This div border color is #afaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa74


Comments

No comments written yet.

Please login to write comment.