Color Hex Logo

#aadd40 Color Hex

#AADD40
(170,221,64)
0 Favorites   0 Comments

Color spaces of #aadd40

RGB 17022164
HSL0.220.700.56
HSV79°71°87°
CMYK 0.230.000.71   0.13
XYZ43.359460.629114.2678
Yxy60.62910.36670.5127
Hunter Lab77.8647-36.864543.6411
CIE-Lab82.1789-38.281867.6892

#aadd40 color RGB value is (170,221,64).

#aadd40 hex color red value is 170, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aadd40 hue: 0.22 , saturation: 0.70 and the lightness value of aadd40 is 0.56.

The process color (four color CMYK) of #aadd40 color hex is 0.23, 0.00, 0.71, 0.13. Web safe color of #aadd40 is #99cc33. Color #aadd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01000000
Octal 252 335 100
Decimal 170 221 64
Hex AA DD 40

RGB Percentages of Color #aadd40

%37.36
%48.57
%14.07

CMYK Percentages of Color #aadd40

%23
%0
%71
%13

Triadic Colors of #aadd40

#aadd40 #40aadd #dd40aa

Analogous Colors of #aadd40

#aadd40 #5cdd40 #ddc240

Monochromatic Colors of #aadd40

#aadd40

Complementary Color

#aadd40 #7340dd

#aadd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd40 Color CSS Codes

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

#aadd40 Text Font Color

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

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


#aadd40 Background Color

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

This div background color is #aadd40


#aadd40 Border Color

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

This div border color is #aadd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd40


Comments

No comments written yet.

Please login to write comment.