Color Hex Logo

#afb420 Color Hex

#AFB420
(175,180,32)
0 Favorites   0 Comments

Color spaces of #afb420

RGB 17518032
HSL0.170.700.42
HSV62°82°71°
CMYK 0.030.000.82   0.29
XYZ34.261241.86087.6407
Yxy41.86080.40900.4998
Hunter Lab64.6999-18.702038.2881
CIE-Lab70.7748-18.186867.1181

#afb420 color RGB value is (175,180,32).

#afb420 hex color red value is 175, green value is 180 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afb420 hue: 0.17 , saturation: 0.70 and the lightness value of afb420 is 0.42.

The process color (four color CMYK) of #afb420 color hex is 0.03, 0.00, 0.82, 0.29. Web safe color of #afb420 is #99cc33. Color #afb420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00100000
Octal 257 264 40
Decimal 175 180 32
Hex AF B4 20

RGB Percentages of Color #afb420

%45.22
%46.51
%8.27

CMYK Percentages of Color #afb420

%3
%0
%82
%29

Triadic Colors of #afb420

#afb420 #20afb4 #b420af

Analogous Colors of #afb420

#afb420 #65b420 #b46f20

Monochromatic Colors of #afb420

#afb420

Complementary Color

#afb420 #2520b4

#afb420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb420 Color CSS Codes

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

#afb420 Text Font Color

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

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


#afb420 Background Color

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

This div background color is #afb420


#afb420 Border Color

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

This div border color is #afb420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb420


Comments

No comments written yet.

Please login to write comment.