Color Hex Logo

#aaed22 Color Hex

#AAED22
(170,237,34)
0 Favorites   0 Comments

Color spaces of #aaed22

RGB 17023734
HSL0.220.850.53
HSV80°86°93°
CMYK 0.280.000.86   0.07
XYZ47.150569.229912.3910
Yxy69.22990.36620.5376
Hunter Lab83.2045-44.455149.4136
CIE-Lab86.6178-46.508780.0075

#aaed22 color RGB value is (170,237,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 00100010
Octal 252 355 42
Decimal 170 237 34
Hex AA ED 22

RGB Percentages of Color #aaed22

%38.55
%53.74
%7.71

CMYK Percentages of Color #aaed22

%28
%0
%86
%7

Triadic Colors of #aaed22

#aaed22 #22aaed #ed22aa

Analogous Colors of #aaed22

#aaed22 #45ed22 #edcb22

Monochromatic Colors of #aaed22

#aaed22

Complementary Color

#aaed22 #6522ed

#aaed22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed22 Color CSS Codes

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

#aaed22 Text Font Color

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

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


#aaed22 Background Color

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

This div background color is #aaed22


#aaed22 Border Color

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

This div border color is #aaed22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed22


Comments

No comments written yet.

Please login to write comment.