Color Hex Logo

#aaed2a Color Hex

#AAED2A
(170,237,42)
0 Favorites   0 Comments

Color spaces of #aaed2a

RGB 17023742
HSL0.220.840.55
HSV81°82°93°
CMYK 0.280.000.82   0.07
XYZ47.279769.281613.0713
Yxy69.28160.36470.5344
Hunter Lab83.2356-44.270248.9540
CIE-Lab86.6433-46.257678.3093

#aaed2a color RGB value is (170,237,42).

#aaed2a hex color red value is 170, green value is 237 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aaed2a hue: 0.22 , saturation: 0.84 and the lightness value of aaed2a is 0.55.

The process color (four color CMYK) of #aaed2a color hex is 0.28, 0.00, 0.82, 0.07. Web safe color of #aaed2a is #99ff33. Color #aaed2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 00101010
Octal 252 355 52
Decimal 170 237 42
Hex AA ED 2A

RGB Percentages of Color #aaed2a

%37.86
%52.78
%9.35

CMYK Percentages of Color #aaed2a

%28
%0
%82
%7

Triadic Colors of #aaed2a

#aaed2a #2aaaed #ed2aaa

Analogous Colors of #aaed2a

#aaed2a #49ed2a #edcf2a

Monochromatic Colors of #aaed2a

#aaed2a

Complementary Color

#aaed2a #6d2aed

#aaed2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed2a Color CSS Codes

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

#aaed2a Text Font Color

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

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


#aaed2a Background Color

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

This div background color is #aaed2a


#aaed2a Border Color

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

This div border color is #aaed2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed2a


Comments

No comments written yet.

Please login to write comment.