Color Hex Logo

#abb82a Color Hex

#ABB82A
(171,184,42)
0 Favorites   0 Comments

Color spaces of #abb82a

RGB 17118442
HSL0.180.630.44
HSV65°77°72°
CMYK 0.070.000.77   0.28
XYZ34.353043.10618.7002
Yxy43.10610.39870.5003
Hunter Lab65.6552-21.499538.1019
CIE-Lab71.6269-21.542064.9380

#abb82a color RGB value is (171,184,42).

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

The process color (four color CMYK) of #abb82a color hex is 0.07, 0.00, 0.77, 0.28. Web safe color of #abb82a is #99cc33. Color #abb82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 00101010
Octal 253 270 52
Decimal 171 184 42
Hex AB B8 2A

RGB Percentages of Color #abb82a

%43.07
%46.35
%10.58

CMYK Percentages of Color #abb82a

%7
%0
%77
%28

Triadic Colors of #abb82a

#abb82a #2aabb8 #b82aab

Analogous Colors of #abb82a

#abb82a #64b82a #b87e2a

Monochromatic Colors of #abb82a

#abb82a

Complementary Color

#abb82a #372ab8

#abb82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb82a Color CSS Codes

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

#abb82a Text Font Color

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

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


#abb82a Background Color

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

This div background color is #abb82a


#abb82a Border Color

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

This div border color is #abb82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb82a


Comments

No comments written yet.

Please login to write comment.