Color Hex Logo

#afa420 Color Hex

#AFA420
(175,164,32)
0 Favorites   0 Comments

Color spaces of #afa420

RGB 17516432
HSL0.150.690.41
HSV55°82°69°
CMYK 0.000.060.82   0.31
XYZ31.215435.76926.6254
Yxy35.76920.42410.4859
Hunter Lab59.8074-11.497935.2971
CIE-Lab66.3432-9.958563.3062

#afa420 color RGB value is (175,164,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00100000
Octal 257 244 40
Decimal 175 164 32
Hex AF A4 20

RGB Percentages of Color #afa420

%47.17
%44.20
%8.63

CMYK Percentages of Color #afa420

%0
%6
%82
%31

Triadic Colors of #afa420

#afa420 #20afa4 #a420af

Analogous Colors of #afa420

#afa420 #73af20 #af5d20

Monochromatic Colors of #afa420

#afa420

Complementary Color

#afa420 #202baf

#afa420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa420 Color CSS Codes

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

#afa420 Text Font Color

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

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


#afa420 Background Color

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

This div background color is #afa420


#afa420 Border Color

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

This div border color is #afa420


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,164,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 #afa420">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa420


Comments

No comments written yet.

Please login to write comment.