Color Hex Logo

#aae396 Color Hex

#AAE396
(170,227,150)
0 Favorites   0 Comments

Color spaces of #aae396

RGB 170227150
HSL0.290.580.74
HSV104°34°89°
CMYK 0.250.000.34   0.11
XYZ49.551765.686238.9212
Yxy65.68620.32140.4261
Hunter Lab81.0470-32.698428.2601
CIE-Lab84.8361-32.221031.9152

#aae396 color RGB value is (170,227,150).

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

The process color (four color CMYK) of #aae396 color hex is 0.25, 0.00, 0.34, 0.11. Web safe color of #aae396 is #99cc99. Color #aae396 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10010110
Octal 252 343 226
Decimal 170 227 150
Hex AA E3 96

RGB Percentages of Color #aae396

%31.08
%41.50
%27.42

CMYK Percentages of Color #aae396

%25
%0
%34
%11

Triadic Colors of #aae396

#aae396 #96aae3 #e396aa

Analogous Colors of #aae396

#aae396 #96e3a9 #d1e396

Monochromatic Colors of #aae396

#aae396

Complementary Color

#aae396 #cf96e3

#aae396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae396 Color CSS Codes

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

#aae396 Text Font Color

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

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


#aae396 Background Color

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

This div background color is #aae396


#aae396 Border Color

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

This div border color is #aae396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae396


Comments

No comments written yet.

Please login to write comment.