Color Hex Logo

#aaed58 Color Hex

#AAED58
(170,237,88)
0 Favorites   0 Comments

Color spaces of #aaed58

RGB 17023788
HSL0.240.810.64
HSV87°63°93°
CMYK 0.280.000.63   0.07
XYZ48.623269.819020.1462
Yxy69.81900.35080.5038
Hunter Lab83.5578-42.354944.1953
CIE-Lab86.9080-43.681063.4619

#aaed58 color RGB value is (170,237,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 01011000
Octal 252 355 130
Decimal 170 237 88
Hex AA ED 58

RGB Percentages of Color #aaed58

%34.34
%47.88
%17.78

CMYK Percentages of Color #aaed58

%28
%0
%63
%7

Triadic Colors of #aaed58

#aaed58 #58aaed #ed58aa

Analogous Colors of #aaed58

#aaed58 #60ed58 #ede658

Monochromatic Colors of #aaed58

#aaed58

Complementary Color

#aaed58 #9b58ed

#aaed58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed58 Color CSS Codes

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

#aaed58 Text Font Color

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

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


#aaed58 Background Color

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

This div background color is #aaed58


#aaed58 Border Color

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

This div border color is #aaed58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed58


Comments

No comments written yet.

Please login to write comment.