Color Hex Logo

#abc53a Color Hex

#ABC53A
(171,197,58)
0 Favorites   0 Comments

Color spaces of #abc53a

RGB 17119758
HSL0.200.550.50
HSV71°71°77°
CMYK 0.130.000.71   0.23
XYZ37.524648.895911.4631
Yxy48.89590.38340.4995
Hunter Lab69.9256-26.580339.2283
CIE-Lab75.3865-27.107563.1256

#abc53a color RGB value is (171,197,58).

#abc53a hex color red value is 171, green value is 197 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #abc53a hue: 0.20 , saturation: 0.55 and the lightness value of abc53a is 0.50.

The process color (four color CMYK) of #abc53a color hex is 0.13, 0.00, 0.71, 0.23. Web safe color of #abc53a is #99cc33. Color #abc53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 00111010
Octal 253 305 72
Decimal 171 197 58
Hex AB C5 3A

RGB Percentages of Color #abc53a

%40.14
%46.24
%13.62

CMYK Percentages of Color #abc53a

%13
%0
%71
%23

Triadic Colors of #abc53a

#abc53a #3aabc5 #c53aab

Analogous Colors of #abc53a

#abc53a #66c53a #c59a3a

Monochromatic Colors of #abc53a

#abc53a

Complementary Color

#abc53a #543ac5

#abc53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc53a Color CSS Codes

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

#abc53a Text Font Color

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

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


#abc53a Background Color

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

This div background color is #abc53a


#abc53a Border Color

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

This div border color is #abc53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc53a


Comments

No comments written yet.

Please login to write comment.