Color Hex Logo

#aae97c Color Hex

#AAE97C
(170,233,124)
0 Favorites   0 Comments

Color spaces of #aae97c

RGB 170233124
HSL0.260.710.70
HSV95°47°91°
CMYK 0.270.000.47   0.09
XYZ49.354668.279129.6467
Yxy68.27910.33510.4636
Hunter Lab82.6312-37.988636.5695
CIE-Lab86.1458-38.400646.4845

#aae97c color RGB value is (170,233,124).

#aae97c hex color red value is 170, green value is 233 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aae97c hue: 0.26 , saturation: 0.71 and the lightness value of aae97c is 0.70.

The process color (four color CMYK) of #aae97c color hex is 0.27, 0.00, 0.47, 0.09. Web safe color of #aae97c is #99ff66. Color #aae97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01111100
Octal 252 351 174
Decimal 170 233 124
Hex AA E9 7C

RGB Percentages of Color #aae97c

%32.26
%44.21
%23.53

CMYK Percentages of Color #aae97c

%27
%0
%47
%9

Triadic Colors of #aae97c

#aae97c #7caae9 #e97caa

Analogous Colors of #aae97c

#aae97c #7ce985 #e1e97c

Monochromatic Colors of #aae97c

#aae97c

Complementary Color

#aae97c #bb7ce9

#aae97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae97c Color CSS Codes

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

#aae97c Text Font Color

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

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


#aae97c Background Color

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

This div background color is #aae97c


#aae97c Border Color

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

This div border color is #aae97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae97c


Comments

No comments written yet.

Please login to write comment.