Color Hex Logo

#aadd2f Color Hex

#AADD2F
(170,221,47)
0 Favorites   0 Comments

Color spaces of #aadd2f

RGB 17022147
HSL0.220.720.53
HSV78°79°87°
CMYK 0.230.000.79   0.13
XYZ42.947160.464212.0965
Yxy60.46420.37180.5235
Hunter Lab77.7587-37.490045.2077
CIE-Lab82.0899-39.121772.9747

#aadd2f color RGB value is (170,221,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 00101111
Octal 252 335 57
Decimal 170 221 47
Hex AA DD 2F

RGB Percentages of Color #aadd2f

%38.81
%50.46
%10.73

CMYK Percentages of Color #aadd2f

%23
%0
%79
%13

Triadic Colors of #aadd2f

#aadd2f #2faadd #dd2faa

Analogous Colors of #aadd2f

#aadd2f #53dd2f #ddb92f

Monochromatic Colors of #aadd2f

#aadd2f

Complementary Color

#aadd2f #622fdd

#aadd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd2f Color CSS Codes

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

#aadd2f Text Font Color

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

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


#aadd2f Background Color

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

This div background color is #aadd2f


#aadd2f Border Color

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

This div border color is #aadd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd2f


Comments

No comments written yet.

Please login to write comment.