Color Hex Logo

#aae588 Color Hex

#AAE588
(170,229,136)
0 Favorites   0 Comments

Color spaces of #aae588

RGB 170229136
HSL0.270.640.72
HSV98°41°90°
CMYK 0.260.000.41   0.10
XYZ49.040866.362233.5170
Yxy66.36220.32930.4456
Hunter Lab81.4630-35.103132.6299
CIE-Lab85.1808-35.094739.4089

#aae588 color RGB value is (170,229,136).

#aae588 hex color red value is 170, green value is 229 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aae588 hue: 0.27 , saturation: 0.64 and the lightness value of aae588 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 10001000
Octal 252 345 210
Decimal 170 229 136
Hex AA E5 88

RGB Percentages of Color #aae588

%31.78
%42.80
%25.42

CMYK Percentages of Color #aae588

%26
%0
%41
%10

Triadic Colors of #aae588

#aae588 #88aae5 #e588aa

Analogous Colors of #aae588

#aae588 #88e595 #d9e588

Monochromatic Colors of #aae588

#aae588

Complementary Color

#aae588 #c388e5

#aae588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae588 Color CSS Codes

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

#aae588 Text Font Color

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

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


#aae588 Background Color

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

This div background color is #aae588


#aae588 Border Color

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

This div border color is #aae588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae588


Comments

No comments written yet.

Please login to write comment.