Color Hex Logo

#afaa57 Color Hex

#AFAA57
(175,170,87)
0 Favorites   0 Comments

Color spaces of #afaa57

RGB 17517087
HSL0.160.350.51
HSV57°50°69°
CMYK 0.000.030.50   0.31
XYZ33.774238.551514.6779
Yxy38.55150.38820.4431
Hunter Lab62.0899-11.561029.4469
CIE-Lab68.4251-9.752843.0116

#afaa57 color RGB value is (175,170,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01010111
Octal 257 252 127
Decimal 175 170 87
Hex AF AA 57

RGB Percentages of Color #afaa57

%40.51
%39.35
%20.14

CMYK Percentages of Color #afaa57

%0
%3
%50
%31

Triadic Colors of #afaa57

#afaa57 #57afaa #aa57af

Analogous Colors of #afaa57

#afaa57 #88af57 #af7e57

Monochromatic Colors of #afaa57

#afaa57

Complementary Color

#afaa57 #575caf

#afaa57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa57 Color CSS Codes

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

#afaa57 Text Font Color

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

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


#afaa57 Background Color

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

This div background color is #afaa57


#afaa57 Border Color

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

This div border color is #afaa57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa57


Comments

No comments written yet.

Please login to write comment.