Color Hex Logo

#abe54e Color Hex

#ABE54E
(171,229,78)
0 Favorites   0 Comments

Color spaces of #abe54e

RGB 17122978
HSL0.230.740.60
HSV83°66°90°
CMYK 0.250.000.66   0.10
XYZ46.189065.246617.3672
Yxy65.24660.35860.5066
Hunter Lab80.7754-39.287043.7950
CIE-Lab84.6106-40.566365.0024

#abe54e color RGB value is (171,229,78).

#abe54e hex color red value is 171, green value is 229 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #abe54e hue: 0.23 , saturation: 0.74 and the lightness value of abe54e is 0.60.

The process color (four color CMYK) of #abe54e color hex is 0.25, 0.00, 0.66, 0.10. Web safe color of #abe54e is #99cc66. Color #abe54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 01001110
Octal 253 345 116
Decimal 171 229 78
Hex AB E5 4E

RGB Percentages of Color #abe54e

%35.77
%47.91
%16.32

CMYK Percentages of Color #abe54e

%25
%0
%66
%10

Triadic Colors of #abe54e

#abe54e #4eabe5 #e54eab

Analogous Colors of #abe54e

#abe54e #60e54e #e5d44e

Monochromatic Colors of #abe54e

#abe54e

Complementary Color

#abe54e #884ee5

#abe54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe54e Color CSS Codes

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

#abe54e Text Font Color

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

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


#abe54e Background Color

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

This div background color is #abe54e


#abe54e Border Color

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

This div border color is #abe54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe54e


Comments

No comments written yet.

Please login to write comment.