Color Hex Logo

#afb42a Color Hex

#AFB42A
(175,180,42)
0 Favorites   0 Comments

Color spaces of #afb42a

RGB 17518042
HSL0.170.620.44
HSV62°77°71°
CMYK 0.030.000.77   0.29
XYZ34.418441.92368.4685
Yxy41.92360.40580.4943
Hunter Lab64.7484-18.424337.5693
CIE-Lab70.8182-17.830364.3152

#afb42a color RGB value is (175,180,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00101010
Octal 257 264 52
Decimal 175 180 42
Hex AF B4 2A

RGB Percentages of Color #afb42a

%44.08
%45.34
%10.58

CMYK Percentages of Color #afb42a

%3
%0
%77
%29

Triadic Colors of #afb42a

#afb42a #2aafb4 #b42aaf

Analogous Colors of #afb42a

#afb42a #6ab42a #b4742a

Monochromatic Colors of #afb42a

#afb42a

Complementary Color

#afb42a #2f2ab4

#afb42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb42a Color CSS Codes

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

#afb42a Text Font Color

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

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


#afb42a Background Color

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

This div background color is #afb42a


#afb42a Border Color

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

This div border color is #afb42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb42a


Comments

No comments written yet.

Please login to write comment.