Color Hex Logo

#aaed59 Color Hex

#AAED59
(170,237,89)
0 Favorites   0 Comments

Color spaces of #aaed59

RGB 17023789
HSL0.240.800.64
HSV87°62°93°
CMYK 0.280.000.62   0.07
XYZ48.664969.835720.3659
Yxy69.83570.35040.5029
Hunter Lab83.5678-42.295844.0481
CIE-Lab86.9162-43.602163.0632

#aaed59 color RGB value is (170,237,89).

#aaed59 hex color red value is 170, green value is 237 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #aaed59 hue: 0.24 , saturation: 0.80 and the lightness value of aaed59 is 0.64.

The process color (four color CMYK) of #aaed59 color hex is 0.28, 0.00, 0.62, 0.07. Web safe color of #aaed59 is #99ff66. Color #aaed59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 01011001
Octal 252 355 131
Decimal 170 237 89
Hex AA ED 59

RGB Percentages of Color #aaed59

%34.27
%47.78
%17.94

CMYK Percentages of Color #aaed59

%28
%0
%62
%7

Triadic Colors of #aaed59

#aaed59 #59aaed #ed59aa

Analogous Colors of #aaed59

#aaed59 #60ed59 #ede659

Monochromatic Colors of #aaed59

#aaed59

Complementary Color

#aaed59 #9c59ed

#aaed59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed59 Color CSS Codes

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

#aaed59 Text Font Color

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

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


#aaed59 Background Color

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

This div background color is #aaed59


#aaed59 Border Color

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

This div border color is #aaed59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed59


Comments

No comments written yet.

Please login to write comment.