Color Hex Logo

#aadb60 Color Hex

#AADB60
(170,219,96)
0 Favorites   0 Comments

Color spaces of #aadb60

RGB 17021996
HSL0.230.630.62
HSV84°56°86°
CMYK 0.220.000.56   0.14
XYZ44.020460.053620.3377
Yxy60.05360.35380.4827
Hunter Lab77.4943-34.218538.6858
CIE-Lab81.8673-34.992554.4110

#aadb60 color RGB value is (170,219,96).

#aadb60 hex color red value is 170, green value is 219 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aadb60 hue: 0.23 , saturation: 0.63 and the lightness value of aadb60 is 0.62.

The process color (four color CMYK) of #aadb60 color hex is 0.22, 0.00, 0.56, 0.14. Web safe color of #aadb60 is #99cc66. Color #aadb60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 01100000
Octal 252 333 140
Decimal 170 219 96
Hex AA DB 60

RGB Percentages of Color #aadb60

%35.05
%45.15
%19.79

CMYK Percentages of Color #aadb60

%22
%0
%56
%14

Triadic Colors of #aadb60

#aadb60 #60aadb #db60aa

Analogous Colors of #aadb60

#aadb60 #6ddb60 #dbcf60

Monochromatic Colors of #aadb60

#aadb60

Complementary Color

#aadb60 #9160db

#aadb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb60 Color CSS Codes

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

#aadb60 Text Font Color

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

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


#aadb60 Background Color

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

This div background color is #aadb60


#aadb60 Border Color

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

This div border color is #aadb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb60


Comments

No comments written yet.

Please login to write comment.