Color Hex Logo

#abb53a Color Hex

#ABB53A
(171,181,58)
0 Favorites   0 Comments

Color spaces of #abb53a

RGB 17118158
HSL0.180.510.47
HSV65°68°71°
CMYK 0.060.000.68   0.29
XYZ34.082242.011210.3156
Yxy42.01120.39440.4862
Hunter Lab64.8160-19.567535.9351
CIE-Lab70.8786-19.255058.6160

#abb53a color RGB value is (171,181,58).

#abb53a hex color red value is 171, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #abb53a hue: 0.18 , saturation: 0.51 and the lightness value of abb53a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 00111010
Octal 253 265 72
Decimal 171 181 58
Hex AB B5 3A

RGB Percentages of Color #abb53a

%41.71
%44.15
%14.15

CMYK Percentages of Color #abb53a

%6
%0
%68
%29

Triadic Colors of #abb53a

#abb53a #3aabb5 #b53aab

Analogous Colors of #abb53a

#abb53a #6eb53a #b5823a

Monochromatic Colors of #abb53a

#abb53a

Complementary Color

#abb53a #443ab5

#abb53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb53a Color CSS Codes

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

#abb53a Text Font Color

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

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


#abb53a Background Color

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

This div background color is #abb53a


#abb53a Border Color

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

This div border color is #abb53a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,181,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb53a


Comments

No comments written yet.

Please login to write comment.