Color Hex Logo

#aae16a Color Hex

#AAE16A
(170,225,106)
0 Favorites   0 Comments

Color spaces of #aae16a

RGB 170225106
HSL0.240.660.65
HSV88°53°88°
CMYK 0.240.000.53   0.12
XYZ46.104363.437123.4503
Yxy63.43710.34670.4770
Hunter Lab79.6474-36.057438.2966
CIE-Lab83.6718-36.760151.9645

#aae16a color RGB value is (170,225,106).

#aae16a hex color red value is 170, green value is 225 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aae16a hue: 0.24 , saturation: 0.66 and the lightness value of aae16a is 0.65.

The process color (four color CMYK) of #aae16a color hex is 0.24, 0.00, 0.53, 0.12. Web safe color of #aae16a is #99cc66. Color #aae16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01101010
Octal 252 341 152
Decimal 170 225 106
Hex AA E1 6A

RGB Percentages of Color #aae16a

%33.93
%44.91
%21.16

CMYK Percentages of Color #aae16a

%24
%0
%53
%12

Triadic Colors of #aae16a

#aae16a #6aaae1 #e16aaa

Analogous Colors of #aae16a

#aae16a #6fe16a #e1dd6a

Monochromatic Colors of #aae16a

#aae16a

Complementary Color

#aae16a #a16ae1

#aae16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae16a Color CSS Codes

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

#aae16a Text Font Color

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

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


#aae16a Background Color

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

This div background color is #aae16a


#aae16a Border Color

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

This div border color is #aae16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae16a


Comments

No comments written yet.

Please login to write comment.