Color Hex Logo

#afaa20 Color Hex

#AFAA20
(175,170,32)
0 Favorites   0 Comments

Color spaces of #afaa20

RGB 17517032
HSL0.160.690.41
HSV58°82°69°
CMYK 0.000.030.82   0.31
XYZ32.314637.96776.9918
Yxy37.96770.41820.4913
Hunter Lab61.6179-14.219736.4049
CIE-Lab67.9968-13.083564.7331

#afaa20 color RGB value is (175,170,32).

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

The process color (four color CMYK) of #afaa20 color hex is 0.00, 0.03, 0.82, 0.31. Web safe color of #afaa20 is #999933. Color #afaa20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00100000
Octal 257 252 40
Decimal 175 170 32
Hex AF AA 20

RGB Percentages of Color #afaa20

%46.42
%45.09
%8.49

CMYK Percentages of Color #afaa20

%0
%3
%82
%31

Triadic Colors of #afaa20

#afaa20 #20afaa #aa20af

Analogous Colors of #afaa20

#afaa20 #6daf20 #af6320

Monochromatic Colors of #afaa20

#afaa20

Complementary Color

#afaa20 #2025af

#afaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa20 Color CSS Codes

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

#afaa20 Text Font Color

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

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


#afaa20 Background Color

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

This div background color is #afaa20


#afaa20 Border Color

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

This div border color is #afaa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa20


Comments

No comments written yet.

Please login to write comment.