Color Hex Logo

#abe49a Color Hex

#ABE49A
(171,228,154)
0 Favorites   0 Comments

Color spaces of #abe49a

RGB 171228154
HSL0.300.580.75
HSV106°32°89°
CMYK 0.250.000.32   0.11
XYZ50.370766.477840.7485
Yxy66.47780.31960.4218
Hunter Lab81.5339-32.409227.4422
CIE-Lab85.2395-31.755030.4233

#abe49a color RGB value is (171,228,154).

#abe49a hex color red value is 171, green value is 228 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #abe49a hue: 0.30 , saturation: 0.58 and the lightness value of abe49a is 0.75.

The process color (four color CMYK) of #abe49a color hex is 0.25, 0.00, 0.32, 0.11. Web safe color of #abe49a is #99cc99. Color #abe49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 10011010
Octal 253 344 232
Decimal 171 228 154
Hex AB E4 9A

RGB Percentages of Color #abe49a

%30.92
%41.23
%27.85

CMYK Percentages of Color #abe49a

%25
%0
%32
%11

Triadic Colors of #abe49a

#abe49a #9aabe4 #e49aab

Analogous Colors of #abe49a

#abe49a #9ae4ae #d0e49a

Monochromatic Colors of #abe49a

#abe49a

Complementary Color

#abe49a #d39ae4

#abe49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe49a Color CSS Codes

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

#abe49a Text Font Color

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

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


#abe49a Background Color

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

This div background color is #abe49a


#abe49a Border Color

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

This div border color is #abe49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe49a


Comments

No comments written yet.

Please login to write comment.