Color Hex Logo

#abe72a Color Hex

#ABE72A
(171,231,42)
0 Favorites   0 Comments

Color spaces of #abe72a

RGB 17123142
HSL0.220.800.54
HSV79°82°91°
CMYK 0.260.000.82   0.09
XYZ45.788465.976912.5120
Yxy65.97690.36840.5309
Hunter Lab81.2262-41.522747.7253
CIE-Lab84.9846-43.318076.8773

#abe72a color RGB value is (171,231,42).

#abe72a hex color red value is 171, green value is 231 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abe72a hue: 0.22 , saturation: 0.80 and the lightness value of abe72a is 0.54.

The process color (four color CMYK) of #abe72a color hex is 0.26, 0.00, 0.82, 0.09. Web safe color of #abe72a is #99ff33. Color #abe72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 00101010
Octal 253 347 52
Decimal 171 231 42
Hex AB E7 2A

RGB Percentages of Color #abe72a

%38.51
%52.03
%9.46

CMYK Percentages of Color #abe72a

%26
%0
%82
%9

Triadic Colors of #abe72a

#abe72a #2aabe7 #e72aab

Analogous Colors of #abe72a

#abe72a #4ce72a #e7c52a

Monochromatic Colors of #abe72a

#abe72a

Complementary Color

#abe72a #662ae7

#abe72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe72a Color CSS Codes

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

#abe72a Text Font Color

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

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


#abe72a Background Color

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

This div background color is #abe72a


#abe72a Border Color

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

This div border color is #abe72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe72a


Comments

No comments written yet.

Please login to write comment.