Color Hex Logo

#abe1aa Color Hex

#ABE1AA
(171,225,170)
0 Favorites   0 Comments

Color spaces of #abe1aa

RGB 171225170
HSL0.330.480.77
HSV119°24°88°
CMYK 0.240.000.24   0.12
XYZ50.975565.410647.9690
Yxy65.41060.31020.3980
Hunter Lab80.8768-29.028421.4482
CIE-Lab84.6949-27.794321.4298

#abe1aa color RGB value is (171,225,170).

#abe1aa hex color red value is 171, green value is 225 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abe1aa hue: 0.33 , saturation: 0.48 and the lightness value of abe1aa is 0.77.

The process color (four color CMYK) of #abe1aa color hex is 0.24, 0.00, 0.24, 0.12. Web safe color of #abe1aa is #99cc99. Color #abe1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 10101010
Octal 253 341 252
Decimal 171 225 170
Hex AB E1 AA

RGB Percentages of Color #abe1aa

%30.21
%39.75
%30.04

CMYK Percentages of Color #abe1aa

%24
%0
%24
%12

Triadic Colors of #abe1aa

#abe1aa #aaabe1 #e1aaab

Analogous Colors of #abe1aa

#abe1aa #aae1c5 #c7e1aa

Monochromatic Colors of #abe1aa

#abe1aa

Complementary Color

#abe1aa #e0aae1

#abe1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1aa Color CSS Codes

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

#abe1aa Text Font Color

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

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


#abe1aa Background Color

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

This div background color is #abe1aa


#abe1aa Border Color

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

This div border color is #abe1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1aa


Comments

No comments written yet.

Please login to write comment.