Color Hex Logo

#aadb2f Color Hex

#AADB2F
(170,219,47)
0 Favorites   0 Comments

Color spaces of #aadb2f

RGB 17021947
HSL0.210.700.52
HSV77°79°86°
CMYK 0.220.000.79   0.14
XYZ42.422259.414311.9216
Yxy59.41430.37290.5223
Hunter Lab77.0807-36.651744.7864
CIE-Lab81.5188-38.229772.4558

#aadb2f color RGB value is (170,219,47).

#aadb2f hex color red value is 170, green value is 219 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aadb2f hue: 0.21 , saturation: 0.70 and the lightness value of aadb2f is 0.52.

The process color (four color CMYK) of #aadb2f color hex is 0.22, 0.00, 0.79, 0.14. Web safe color of #aadb2f is #99cc33. Color #aadb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00101111
Octal 252 333 57
Decimal 170 219 47
Hex AA DB 2F

RGB Percentages of Color #aadb2f

%38.99
%50.23
%10.78

CMYK Percentages of Color #aadb2f

%22
%0
%79
%14

Triadic Colors of #aadb2f

#aadb2f #2faadb #db2faa

Analogous Colors of #aadb2f

#aadb2f #54db2f #dbb62f

Monochromatic Colors of #aadb2f

#aadb2f

Complementary Color

#aadb2f #602fdb

#aadb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb2f Color CSS Codes

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

#aadb2f Text Font Color

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

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


#aadb2f Background Color

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

This div background color is #aadb2f


#aadb2f Border Color

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

This div border color is #aadb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb2f


Comments

No comments written yet.

Please login to write comment.