Color Hex Logo

#aae19a Color Hex

#AAE19A
(170,225,154)
0 Favorites   0 Comments

Color spaces of #aae19a

RGB 170225154
HSL0.300.540.74
HSV106°32°88°
CMYK 0.240.000.32   0.12
XYZ49.335564.729640.4657
Yxy64.72960.31930.4189
Hunter Lab80.4547-31.338026.4976
CIE-Lab84.3442-30.686929.2138

#aae19a color RGB value is (170,225,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 10011010
Octal 252 341 232
Decimal 170 225 154
Hex AA E1 9A

RGB Percentages of Color #aae19a

%30.97
%40.98
%28.05

CMYK Percentages of Color #aae19a

%24
%0
%32
%12

Triadic Colors of #aae19a

#aae19a #9aaae1 #e19aaa

Analogous Colors of #aae19a

#aae19a #9ae1ae #cee19a

Monochromatic Colors of #aae19a

#aae19a

Complementary Color

#aae19a #d19ae1

#aae19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae19a Color CSS Codes

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

#aae19a Text Font Color

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

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


#aae19a Background Color

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

This div background color is #aae19a


#aae19a Border Color

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

This div border color is #aae19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae19a


Comments

No comments written yet.

Please login to write comment.