Color Hex Logo

#abb42a Color Hex

#ABB42A
(171,180,42)
0 Favorites   0 Comments

Color spaces of #abb42a

RGB 17118042
HSL0.180.620.44
HSV64°77°71°
CMYK 0.050.000.77   0.29
XYZ33.533841.46768.4271
Yxy41.46760.40190.4970
Hunter Lab64.3953-19.738237.3177
CIE-Lab70.5023-19.548463.9099

#abb42a color RGB value is (171,180,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 00101010
Octal 253 264 52
Decimal 171 180 42
Hex AB B4 2A

RGB Percentages of Color #abb42a

%43.51
%45.80
%10.69

CMYK Percentages of Color #abb42a

%5
%0
%77
%29

Triadic Colors of #abb42a

#abb42a #2aabb4 #b42aab

Analogous Colors of #abb42a

#abb42a #66b42a #b4782a

Monochromatic Colors of #abb42a

#abb42a

Complementary Color

#abb42a #332ab4

#abb42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb42a Color CSS Codes

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

#abb42a Text Font Color

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

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


#abb42a Background Color

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

This div background color is #abb42a


#abb42a Border Color

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

This div border color is #abb42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb42a


Comments

No comments written yet.

Please login to write comment.