Color Hex Logo

#aae097 Color Hex

#AAE097
(170,224,151)
0 Favorites   0 Comments

Color spaces of #aae097

RGB 170224151
HSL0.290.540.74
HSV104°33°88°
CMYK 0.240.000.33   0.12
XYZ48.819164.091739.0761
Yxy64.09170.32120.4217
Hunter Lab80.0573-31.250627.1006
CIE-Lab84.0135-30.668330.3088

#aae097 color RGB value is (170,224,151).

#aae097 hex color red value is 170, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aae097 hue: 0.29 , saturation: 0.54 and the lightness value of aae097 is 0.74.

The process color (four color CMYK) of #aae097 color hex is 0.24, 0.00, 0.33, 0.12. Web safe color of #aae097 is #99cc99. Color #aae097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10010111
Octal 252 340 227
Decimal 170 224 151
Hex AA E0 97

RGB Percentages of Color #aae097

%31.19
%41.10
%27.71

CMYK Percentages of Color #aae097

%24
%0
%33
%12

Triadic Colors of #aae097

#aae097 #97aae0 #e097aa

Analogous Colors of #aae097

#aae097 #97e0a9 #cfe097

Monochromatic Colors of #aae097

#aae097

Complementary Color

#aae097 #cd97e0

#aae097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae097 Color CSS Codes

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

#aae097 Text Font Color

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

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


#aae097 Background Color

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

This div background color is #aae097


#aae097 Border Color

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

This div border color is #aae097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae097


Comments

No comments written yet.

Please login to write comment.