Color Hex Logo

#abe93a Color Hex

#ABE93A
(171,233,58)
0 Favorites   0 Comments

Color spaces of #abe93a

RGB 17123358
HSL0.230.800.57
HSV81°75°91°
CMYK 0.270.000.75   0.09
XYZ46.697267.241214.5206
Yxy67.24120.36350.5234
Hunter Lab82.0007-41.850446.9015
CIE-Lab85.6256-43.504673.0352

#abe93a color RGB value is (171,233,58).

#abe93a hex color red value is 171, green value is 233 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #abe93a hue: 0.23 , saturation: 0.80 and the lightness value of abe93a is 0.57.

The process color (four color CMYK) of #abe93a color hex is 0.27, 0.00, 0.75, 0.09. Web safe color of #abe93a is #99ff33. Color #abe93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101001 00111010
Octal 253 351 72
Decimal 171 233 58
Hex AB E9 3A

RGB Percentages of Color #abe93a

%37.01
%50.43
%12.55

CMYK Percentages of Color #abe93a

%27
%0
%75
%9

Triadic Colors of #abe93a

#abe93a #3aabe9 #e93aab

Analogous Colors of #abe93a

#abe93a #53e93a #e9d03a

Monochromatic Colors of #abe93a

#abe93a

Complementary Color

#abe93a #783ae9

#abe93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe93a Color CSS Codes

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

#abe93a Text Font Color

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

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


#abe93a Background Color

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

This div background color is #abe93a


#abe93a Border Color

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

This div border color is #abe93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe93a


Comments

No comments written yet.

Please login to write comment.