Color Hex Logo

#aae17e Color Hex

#AAE17E
(170,225,126)
0 Favorites   0 Comments

Color spaces of #aae17e

RGB 170225126
HSL0.260.620.69
HSV93°44°88°
CMYK 0.240.000.44   0.12
XYZ47.268763.902829.5818
Yxy63.90280.33580.4540
Hunter Lab79.9392-34.345234.0170
CIE-Lab83.9151-34.528942.7332

#aae17e color RGB value is (170,225,126).

#aae17e hex color red value is 170, green value is 225 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aae17e hue: 0.26 , saturation: 0.62 and the lightness value of aae17e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01111110
Octal 252 341 176
Decimal 170 225 126
Hex AA E1 7E

RGB Percentages of Color #aae17e

%32.63
%43.19
%24.18

CMYK Percentages of Color #aae17e

%24
%0
%44
%12

Triadic Colors of #aae17e

#aae17e #7eaae1 #e17eaa

Analogous Colors of #aae17e

#aae17e #7ee184 #dce17e

Monochromatic Colors of #aae17e

#aae17e

Complementary Color

#aae17e #b57ee1

#aae17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae17e Color CSS Codes

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

#aae17e Text Font Color

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

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


#aae17e Background Color

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

This div background color is #aae17e


#aae17e Border Color

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

This div border color is #aae17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae17e


Comments

No comments written yet.

Please login to write comment.