Color Hex Logo

#aadb47 Color Hex

#AADB47
(170,219,71)
0 Favorites   0 Comments

Color spaces of #aadb47

RGB 17021971
HSL0.220.670.57
HSV80°68°86°
CMYK 0.220.000.68   0.14
XYZ43.046459.664015.2088
Yxy59.66400.36500.5060
Hunter Lab77.2425-35.698242.3957
CIE-Lab81.6552-36.952864.6003

#aadb47 color RGB value is (170,219,71).

#aadb47 hex color red value is 170, green value is 219 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aadb47 hue: 0.22 , saturation: 0.67 and the lightness value of aadb47 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01000111
Octal 252 333 107
Decimal 170 219 71
Hex AA DB 47

RGB Percentages of Color #aadb47

%36.96
%47.61
%15.43

CMYK Percentages of Color #aadb47

%22
%0
%68
%14

Triadic Colors of #aadb47

#aadb47 #47aadb #db47aa

Analogous Colors of #aadb47

#aadb47 #60db47 #dbc247

Monochromatic Colors of #aadb47

#aadb47

Complementary Color

#aadb47 #7847db

#aadb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb47 Color CSS Codes

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

#aadb47 Text Font Color

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

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


#aadb47 Background Color

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

This div background color is #aadb47


#aadb47 Border Color

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

This div border color is #aadb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb47


Comments

No comments written yet.

Please login to write comment.