Color Hex Logo

#aae159 Color Hex

#AAE159
(170,225,89)
0 Favorites   0 Comments

Color spaces of #aae159

RGB 17022589
HSL0.230.690.62
HSV84°60°88°
CMYK 0.240.000.60   0.12
XYZ45.305963.117719.2463
Yxy63.11770.35490.4944
Hunter Lab79.4466-37.238841.2494
CIE-Lab83.5043-38.318859.3161

#aae159 color RGB value is (170,225,89).

#aae159 hex color red value is 170, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #aae159 hue: 0.23 , saturation: 0.69 and the lightness value of aae159 is 0.62.

The process color (four color CMYK) of #aae159 color hex is 0.24, 0.00, 0.60, 0.12. Web safe color of #aae159 is #99cc66. Color #aae159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01011001
Octal 252 341 131
Decimal 170 225 89
Hex AA E1 59

RGB Percentages of Color #aae159

%35.12
%46.49
%18.39

CMYK Percentages of Color #aae159

%24
%0
%60
%12

Triadic Colors of #aae159

#aae159 #59aae1 #e159aa

Analogous Colors of #aae159

#aae159 #66e159 #e1d459

Monochromatic Colors of #aae159

#aae159

Complementary Color

#aae159 #9059e1

#aae159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae159 Color CSS Codes

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

#aae159 Text Font Color

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

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


#aae159 Background Color

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

This div background color is #aae159


#aae159 Border Color

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

This div border color is #aae159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae159


Comments

No comments written yet.

Please login to write comment.