Color Hex Logo

#aae496 Color Hex

#AAE496
(170,228,150)
0 Favorites   0 Comments

Color spaces of #aae496

RGB 170228150
HSL0.290.590.74
HSV105°34°89°
CMYK 0.250.000.34   0.11
XYZ49.826066.234939.0127
Yxy66.23490.32130.4271
Hunter Lab81.3848-33.140928.5481
CIE-Lab85.1161-32.686732.2868

#aae496 color RGB value is (170,228,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 10010110
Octal 252 344 226
Decimal 170 228 150
Hex AA E4 96

RGB Percentages of Color #aae496

%31.02
%41.61
%27.37

CMYK Percentages of Color #aae496

%25
%0
%34
%11

Triadic Colors of #aae496

#aae496 #96aae4 #e496aa

Analogous Colors of #aae496

#aae496 #96e4a9 #d1e496

Monochromatic Colors of #aae496

#aae496

Complementary Color

#aae496 #d096e4

#aae496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae496 Color CSS Codes

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

#aae496 Text Font Color

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

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


#aae496 Background Color

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

This div background color is #aae496


#aae496 Border Color

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

This div border color is #aae496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,228,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 #aae496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae496


Comments

No comments written yet.

Please login to write comment.