Color Hex Logo

#aae591 Color Hex

#AAE591
(170,229,145)
0 Favorites   0 Comments

Color spaces of #aae591

RGB 170229145
HSL0.280.620.73
HSV102°37°90°
CMYK 0.260.000.37   0.10
XYZ49.707766.629037.0289
Yxy66.62900.32410.4344
Hunter Lab81.6266-34.146430.2424
CIE-Lab85.3162-33.868735.0816

#aae591 color RGB value is (170,229,145).

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

The process color (four color CMYK) of #aae591 color hex is 0.26, 0.00, 0.37, 0.10. Web safe color of #aae591 is #99cc99. Color #aae591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 10010001
Octal 252 345 221
Decimal 170 229 145
Hex AA E5 91

RGB Percentages of Color #aae591

%31.25
%42.10
%26.65

CMYK Percentages of Color #aae591

%26
%0
%37
%10

Triadic Colors of #aae591

#aae591 #91aae5 #e591aa

Analogous Colors of #aae591

#aae591 #91e5a2 #d4e591

Monochromatic Colors of #aae591

#aae591

Complementary Color

#aae591 #cc91e5

#aae591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae591 Color CSS Codes

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

#aae591 Text Font Color

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

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


#aae591 Background Color

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

This div background color is #aae591


#aae591 Border Color

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

This div border color is #aae591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae591


Comments

No comments written yet.

Please login to write comment.