Color Hex Logo

#aae96d Color Hex

#AAE96D
(170,233,109)
0 Favorites   0 Comments

Color spaces of #aae96d

RGB 170233109
HSL0.250.740.67
HSV90°53°91°
CMYK 0.270.000.53   0.09
XYZ48.476867.928025.0244
Yxy67.92800.34280.4803
Hunter Lab82.4184-39.242339.6909
CIE-Lab85.9704-40.041553.3031

#aae96d color RGB value is (170,233,109).

#aae96d hex color red value is 170, green value is 233 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aae96d hue: 0.25 , saturation: 0.74 and the lightness value of aae96d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01101101
Octal 252 351 155
Decimal 170 233 109
Hex AA E9 6D

RGB Percentages of Color #aae96d

%33.20
%45.51
%21.29

CMYK Percentages of Color #aae96d

%27
%0
%53
%9

Triadic Colors of #aae96d

#aae96d #6daae9 #e96daa

Analogous Colors of #aae96d

#aae96d #6de96e #e8e96d

Monochromatic Colors of #aae96d

#aae96d

Complementary Color

#aae96d #ac6de9

#aae96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae96d Color CSS Codes

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

#aae96d Text Font Color

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

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


#aae96d Background Color

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

This div background color is #aae96d


#aae96d Border Color

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

This div border color is #aae96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae96d


Comments

No comments written yet.

Please login to write comment.