Color Hex Logo

#aadd19 Color Hex

#AADD19
(170,221,25)
0 Favorites   0 Comments

Color spaces of #aadd19

RGB 17022125
HSL0.210.800.48
HSV76°89°87°
CMYK 0.230.000.89   0.13
XYZ42.609560.329110.3186
Yxy60.32910.37620.5327
Hunter Lab77.6718-38.003546.4937
CIE-Lab82.0167-39.814677.8108

#aadd19 color RGB value is (170,221,25).

#aadd19 hex color red value is 170, green value is 221 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aadd19 hue: 0.21 , saturation: 0.80 and the lightness value of aadd19 is 0.48.

The process color (four color CMYK) of #aadd19 color hex is 0.23, 0.00, 0.89, 0.13. Web safe color of #aadd19 is #99cc00. Color #aadd19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 00011001
Octal 252 335 31
Decimal 170 221 25
Hex AA DD 19

RGB Percentages of Color #aadd19

%40.87
%53.13
%6.01

CMYK Percentages of Color #aadd19

%23
%0
%89
%13

Triadic Colors of #aadd19

#aadd19 #19aadd #dd19aa

Analogous Colors of #aadd19

#aadd19 #48dd19 #ddae19

Monochromatic Colors of #aadd19

#aadd19

Complementary Color

#aadd19 #4c19dd

#aadd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd19 Color CSS Codes

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

#aadd19 Text Font Color

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

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


#aadd19 Background Color

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

This div background color is #aadd19


#aadd19 Border Color

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

This div border color is #aadd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd19

#aadd19 Color Palettes


Comments

No comments written yet.

Please login to write comment.