Color Hex Logo

#abe50a Color Hex

#ABE50A
(171,229,10)
0 Favorites   0 Comments

Color spaces of #abe50a

RGB 17122910
HSL0.210.920.47
HSV76°96°90°
CMYK 0.250.000.96   0.10
XYZ44.868764.718510.4142
Yxy64.71850.37390.5393
Hunter Lab80.4478-41.227748.6382
CIE-Lab84.3385-43.174981.5330

#abe50a color RGB value is (171,229,10).

#abe50a hex color red value is 171, green value is 229 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abe50a hue: 0.21 , saturation: 0.92 and the lightness value of abe50a is 0.47.

The process color (four color CMYK) of #abe50a color hex is 0.25, 0.00, 0.96, 0.10. Web safe color of #abe50a is #99cc00. Color #abe50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 00001010
Octal 253 345 12
Decimal 171 229 10
Hex AB E5 A

RGB Percentages of Color #abe50a

%41.71
%55.85
%2.44

CMYK Percentages of Color #abe50a

%25
%0
%96
%10

Triadic Colors of #abe50a

#abe50a #0aabe5 #e50aab

Analogous Colors of #abe50a

#abe50a #3ee50a #e5b20a

Monochromatic Colors of #abe50a

#abe50a

Complementary Color

#abe50a #440ae5

#abe50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe50a Color CSS Codes

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

#abe50a Text Font Color

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

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


#abe50a Background Color

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

This div background color is #abe50a


#abe50a Border Color

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

This div border color is #abe50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe50a


Comments

No comments written yet.

Please login to write comment.