Color Hex Logo

#aae96b Color Hex

#AAE96B
(170,233,107)
0 Favorites   0 Comments

Color spaces of #aae96b

RGB 170233107
HSL0.250.740.67
HSV90°54°91°
CMYK 0.270.000.54   0.09
XYZ48.370367.885424.4637
Yxy67.88540.34370.4824
Hunter Lab82.3926-39.394940.0707
CIE-Lab85.9491-40.242354.1882

#aae96b color RGB value is (170,233,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01101011
Octal 252 351 153
Decimal 170 233 107
Hex AA E9 6B

RGB Percentages of Color #aae96b

%33.33
%45.69
%20.98

CMYK Percentages of Color #aae96b

%27
%0
%54
%9

Triadic Colors of #aae96b

#aae96b #6baae9 #e96baa

Analogous Colors of #aae96b

#aae96b #6be96b #e9e96b

Monochromatic Colors of #aae96b

#aae96b

Complementary Color

#aae96b #aa6be9

#aae96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae96b Color CSS Codes

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

#aae96b Text Font Color

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

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


#aae96b Background Color

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

This div background color is #aae96b


#aae96b Border Color

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

This div border color is #aae96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae96b


Comments

No comments written yet.

Please login to write comment.