Color Hex Logo

#afaa52 Color Hex

#AFAA52
(175,170,82)
0 Favorites   0 Comments

Color spaces of #afaa52

RGB 17517082
HSL0.160.370.50
HSV57°53°69°
CMYK 0.000.030.53   0.31
XYZ33.576938.472613.6389
Yxy38.47260.39180.4490
Hunter Lab62.0263-11.918030.3812
CIE-Lab68.3675-10.195345.3914

#afaa52 color RGB value is (175,170,82).

#afaa52 hex color red value is 175, green value is 170 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #afaa52 hue: 0.16 , saturation: 0.37 and the lightness value of afaa52 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01010010
Octal 257 252 122
Decimal 175 170 82
Hex AF AA 52

RGB Percentages of Color #afaa52

%40.98
%39.81
%19.20

CMYK Percentages of Color #afaa52

%0
%3
%53
%31

Triadic Colors of #afaa52

#afaa52 #52afaa #aa52af

Analogous Colors of #afaa52

#afaa52 #86af52 #af7c52

Monochromatic Colors of #afaa52

#afaa52

Complementary Color

#afaa52 #5257af

#afaa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa52 Color CSS Codes

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

#afaa52 Text Font Color

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

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


#afaa52 Background Color

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

This div background color is #afaa52


#afaa52 Border Color

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

This div border color is #afaa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa52


Comments

No comments written yet.

Please login to write comment.