Color Hex Logo

#abe82a Color Hex

#ABE82A
(171,232,42)
0 Favorites   0 Comments

Color spaces of #abe82a

RGB 17123242
HSL0.220.810.54
HSV79°82°91°
CMYK 0.260.000.82   0.09
XYZ46.069166.538312.6056
Yxy66.53830.36790.5314
Hunter Lab81.5710-41.937347.9373
CIE-Lab85.2703-43.749877.1279

#abe82a color RGB value is (171,232,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101000 00101010
Octal 253 350 52
Decimal 171 232 42
Hex AB E8 2A

RGB Percentages of Color #abe82a

%38.43
%52.13
%9.44

CMYK Percentages of Color #abe82a

%26
%0
%82
%9

Triadic Colors of #abe82a

#abe82a #2aabe8 #e82aab

Analogous Colors of #abe82a

#abe82a #4ce82a #e8c62a

Monochromatic Colors of #abe82a

#abe82a

Complementary Color

#abe82a #672ae8

#abe82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe82a Color CSS Codes

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

#abe82a Text Font Color

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

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


#abe82a Background Color

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

This div background color is #abe82a


#abe82a Border Color

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

This div border color is #abe82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe82a


Comments

No comments written yet.

Please login to write comment.