Color Hex Logo

#aae490 Color Hex

#AAE490
(170,228,144)
0 Favorites   0 Comments

Color spaces of #aae490

RGB 170228144
HSL0.280.610.73
HSV101°37°89°
CMYK 0.250.000.37   0.11
XYZ49.355066.046536.5325
Yxy66.04650.32480.4347
Hunter Lab81.2690-33.817030.2359
CIE-Lab85.0201-33.547435.1977

#aae490 color RGB value is (170,228,144).

#aae490 hex color red value is 170, green value is 228 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aae490 hue: 0.28 , saturation: 0.61 and the lightness value of aae490 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 10010000
Octal 252 344 220
Decimal 170 228 144
Hex AA E4 90

RGB Percentages of Color #aae490

%31.37
%42.07
%26.57

CMYK Percentages of Color #aae490

%25
%0
%37
%11

Triadic Colors of #aae490

#aae490 #90aae4 #e490aa

Analogous Colors of #aae490

#aae490 #90e4a0 #d4e490

Monochromatic Colors of #aae490

#aae490

Complementary Color

#aae490 #ca90e4

#aae490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae490 Color CSS Codes

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

#aae490 Text Font Color

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

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


#aae490 Background Color

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

This div background color is #aae490


#aae490 Border Color

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

This div border color is #aae490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae490


Comments

No comments written yet.

Please login to write comment.