Color Hex Logo

#abb62a Color Hex

#ABB62A
(171,182,42)
0 Favorites   0 Comments

Color spaces of #abb62a

RGB 17118242
HSL0.180.630.44
HSV65°77°71°
CMYK 0.060.000.77   0.29
XYZ33.940542.28108.5627
Yxy42.28100.40030.4987
Hunter Lab65.0238-20.620137.7091
CIE-Lab71.0642-20.547964.4240

#abb62a color RGB value is (171,182,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 00101010
Octal 253 266 52
Decimal 171 182 42
Hex AB B6 2A

RGB Percentages of Color #abb62a

%43.29
%46.08
%10.63

CMYK Percentages of Color #abb62a

%6
%0
%77
%29

Triadic Colors of #abb62a

#abb62a #2aabb6 #b62aab

Analogous Colors of #abb62a

#abb62a #65b62a #b67b2a

Monochromatic Colors of #abb62a

#abb62a

Complementary Color

#abb62a #352ab6

#abb62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb62a Color CSS Codes

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

#abb62a Text Font Color

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

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


#abb62a Background Color

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

This div background color is #abb62a


#abb62a Border Color

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

This div border color is #abb62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb62a


Comments

No comments written yet.

Please login to write comment.