Color Hex Logo

#aaed16 Color Hex

#AAED16
(170,237,22)
0 Favorites   0 Comments

Color spaces of #aaed16

RGB 17023722
HSL0.220.860.51
HSV79°91°93°
CMYK 0.280.000.91   0.07
XYZ47.006669.172311.6332
Yxy69.17230.36780.5412
Hunter Lab83.1699-44.661349.9259
CIE-Lab86.5893-46.789081.9759

#aaed16 color RGB value is (170,237,22).

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

The process color (four color CMYK) of #aaed16 color hex is 0.28, 0.00, 0.91, 0.07. Web safe color of #aaed16 is #99ff00. Color #aaed16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 00010110
Octal 252 355 26
Decimal 170 237 22
Hex AA ED 16

RGB Percentages of Color #aaed16

%39.63
%55.24
%5.13

CMYK Percentages of Color #aaed16

%28
%0
%91
%7

Triadic Colors of #aaed16

#aaed16 #16aaed #ed16aa

Analogous Colors of #aaed16

#aaed16 #3fed16 #edc516

Monochromatic Colors of #aaed16

#aaed16

Complementary Color

#aaed16 #5916ed

#aaed16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed16 Color CSS Codes

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

#aaed16 Text Font Color

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

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


#aaed16 Background Color

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

This div background color is #aaed16


#aaed16 Border Color

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

This div border color is #aaed16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed16


Comments

No comments written yet.

Please login to write comment.