Color Hex Logo

#aae49a Color Hex

#AAE49A
(170,228,154)
0 Favorites   0 Comments

Color spaces of #aae49a

RGB 170228154
HSL0.300.580.75
HSV107°32°89°
CMYK 0.250.000.32   0.11
XYZ50.153766.365940.7384
Yxy66.36590.31890.4220
Hunter Lab81.4653-32.671627.3765
CIE-Lab85.1827-32.091930.3373

#aae49a color RGB value is (170,228,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 10011010
Octal 252 344 232
Decimal 170 228 154
Hex AA E4 9A

RGB Percentages of Color #aae49a

%30.80
%41.30
%27.90

CMYK Percentages of Color #aae49a

%25
%0
%32
%11

Triadic Colors of #aae49a

#aae49a #9aaae4 #e49aaa

Analogous Colors of #aae49a

#aae49a #9ae4af #cfe49a

Monochromatic Colors of #aae49a

#aae49a

Complementary Color

#aae49a #d49ae4

#aae49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae49a Color CSS Codes

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

#aae49a Text Font Color

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

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


#aae49a Background Color

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

This div background color is #aae49a


#aae49a Border Color

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

This div border color is #aae49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae49a


Comments

No comments written yet.

Please login to write comment.