Color Hex Logo

#aaeb8a Color Hex

#AAEB8A
(170,235,138)
0 Favorites   0 Comments

Color spaces of #aaeb8a

RGB 170235138
HSL0.280.710.73
HSV100°41°92°
CMYK 0.280.000.41   0.08
XYZ50.873369.797734.8358
Yxy69.79770.32710.4488
Hunter Lab83.5450-37.509333.7593
CIE-Lab86.8975-37.560240.6203

#aaeb8a color RGB value is (170,235,138).

#aaeb8a hex color red value is 170, green value is 235 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aaeb8a hue: 0.28 , saturation: 0.71 and the lightness value of aaeb8a is 0.73.

The process color (four color CMYK) of #aaeb8a color hex is 0.28, 0.00, 0.41, 0.08. Web safe color of #aaeb8a is #99ff99. Color #aaeb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10001010
Octal 252 353 212
Decimal 170 235 138
Hex AA EB 8A

RGB Percentages of Color #aaeb8a

%31.31
%43.28
%25.41

CMYK Percentages of Color #aaeb8a

%28
%0
%41
%8

Triadic Colors of #aaeb8a

#aaeb8a #8aaaeb #eb8aaa

Analogous Colors of #aaeb8a

#aaeb8a #8aeb9b #dbeb8a

Monochromatic Colors of #aaeb8a

#aaeb8a

Complementary Color

#aaeb8a #cb8aeb

#aaeb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb8a Color CSS Codes

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

#aaeb8a Text Font Color

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

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


#aaeb8a Background Color

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

This div background color is #aaeb8a


#aaeb8a Border Color

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

This div border color is #aaeb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb8a


Comments

No comments written yet.

Please login to write comment.