Color Hex Logo

#aae19f Color Hex

#AAE19F
(170,225,159)
0 Favorites   0 Comments

Color spaces of #aae19f

RGB 170225159
HSL0.310.520.75
HSV110°29°88°
CMYK 0.240.000.29   0.12
XYZ49.760864.899742.7051
Yxy64.89970.31620.4124
Hunter Lab80.5604-30.724124.9626
CIE-Lab84.4320-29.914026.7602

#aae19f color RGB value is (170,225,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 10011111
Octal 252 341 237
Decimal 170 225 159
Hex AA E1 9F

RGB Percentages of Color #aae19f

%30.69
%40.61
%28.70

CMYK Percentages of Color #aae19f

%24
%0
%29
%12

Triadic Colors of #aae19f

#aae19f #9faae1 #e19faa

Analogous Colors of #aae19f

#aae19f #9fe1b5 #cbe19f

Monochromatic Colors of #aae19f

#aae19f

Complementary Color

#aae19f #d69fe1

#aae19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae19f Color CSS Codes

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

#aae19f Text Font Color

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

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


#aae19f Background Color

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

This div background color is #aae19f


#aae19f Border Color

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

This div border color is #aae19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae19f


Comments

No comments written yet.

Please login to write comment.