Color Hex Logo

#aae19e Color Hex

#AAE19E
(170,225,158)
0 Favorites   0 Comments

Color spaces of #aae19e

RGB 170225158
HSL0.300.530.75
HSV109°30°88°
CMYK 0.240.000.30   0.12
XYZ49.674364.865142.2499
Yxy64.86510.31680.4137
Hunter Lab80.5389-30.848825.2743
CIE-Lab84.4142-30.070727.2514

#aae19e color RGB value is (170,225,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 10011110
Octal 252 341 236
Decimal 170 225 158
Hex AA E1 9E

RGB Percentages of Color #aae19e

%30.74
%40.69
%28.57

CMYK Percentages of Color #aae19e

%24
%0
%30
%12

Triadic Colors of #aae19e

#aae19e #9eaae1 #e19eaa

Analogous Colors of #aae19e

#aae19e #9ee1b4 #cce19e

Monochromatic Colors of #aae19e

#aae19e

Complementary Color

#aae19e #d59ee1

#aae19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae19e Color CSS Codes

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

#aae19e Text Font Color

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

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


#aae19e Background Color

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

This div background color is #aae19e


#aae19e Border Color

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

This div border color is #aae19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae19e


Comments

No comments written yet.

Please login to write comment.