Color Hex Logo

#aadd00 Color Hex

#AADD00
(170,221,0)
2 Favorites   0 Comments

Color spaces of #aadd00

RGB 1702210
HSL0.211.000.43
HSV74°100°87°
CMYK 0.230.001.00   0.13
XYZ42.434060.25909.3946
Yxy60.25900.37860.5376
Hunter Lab77.6267-38.271147.1632
CIE-Lab81.9788-40.177080.5526

#aadd00 color RGB value is (170,221,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 00000000
Octal 252 335 0
Decimal 170 221 0
Hex AA DD 0

RGB Percentages of Color #aadd00

%43.48
%56.52
%0.00

CMYK Percentages of Color #aadd00

%23
%0
%100
%13

Triadic Colors of #aadd00

#aadd00 #00aadd #dd00aa

Analogous Colors of #aadd00

#aadd00 #3cdd00 #dda200

Monochromatic Colors of #aadd00

#aadd00

Complementary Color

#aadd00 #3300dd

#aadd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd00 Color CSS Codes

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

#aadd00 Text Font Color

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

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


#aadd00 Background Color

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

This div background color is #aadd00


#aadd00 Border Color

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

This div border color is #aadd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd00


Comments

No comments written yet.

Please login to write comment.