Color Hex Logo

#aadf2f Color Hex

#AADF2F
(170,223,47)
0 Favorites   0 Comments

Color spaces of #aadf2f

RGB 17022347
HSL0.220.730.53
HSV78°79°87°
CMYK 0.240.000.79   0.13
XYZ43.478361.526612.2736
Yxy61.52660.37070.5246
Hunter Lab78.4389-38.326445.6299
CIE-Lab82.6610-40.008273.4926

#aadf2f color RGB value is (170,223,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00101111
Octal 252 337 57
Decimal 170 223 47
Hex AA DF 2F

RGB Percentages of Color #aadf2f

%38.64
%50.68
%10.68

CMYK Percentages of Color #aadf2f

%24
%0
%79
%13

Triadic Colors of #aadf2f

#aadf2f #2faadf #df2faa

Analogous Colors of #aadf2f

#aadf2f #52df2f #dfbc2f

Monochromatic Colors of #aadf2f

#aadf2f

Complementary Color

#aadf2f #642fdf

#aadf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf2f Color CSS Codes

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

#aadf2f Text Font Color

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

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


#aadf2f Background Color

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

This div background color is #aadf2f


#aadf2f Border Color

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

This div border color is #aadf2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,223,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 #aadf2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf2f


Comments

No comments written yet.

Please login to write comment.