Color Hex Logo

#aadb80 Color Hex

#AADB80
(170,219,128)
0 Favorites   0 Comments

Color spaces of #aadb80

RGB 170219128
HSL0.260.560.68
HSV92°42°86°
CMYK 0.220.000.42   0.14
XYZ45.805460.767629.7372
Yxy60.76760.33600.4458
Hunter Lab77.9536-31.532431.9500
CIE-Lab82.2536-31.498139.6421

#aadb80 color RGB value is (170,219,128).

#aadb80 hex color red value is 170, green value is 219 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aadb80 hue: 0.26 , saturation: 0.56 and the lightness value of aadb80 is 0.68.

The process color (four color CMYK) of #aadb80 color hex is 0.22, 0.00, 0.42, 0.14. Web safe color of #aadb80 is #99cc99. Color #aadb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10000000
Octal 252 333 200
Decimal 170 219 128
Hex AA DB 80

RGB Percentages of Color #aadb80

%32.88
%42.36
%24.76

CMYK Percentages of Color #aadb80

%22
%0
%42
%14

Triadic Colors of #aadb80

#aadb80 #80aadb #db80aa

Analogous Colors of #aadb80

#aadb80 #80db84 #d8db80

Monochromatic Colors of #aadb80

#aadb80

Complementary Color

#aadb80 #b180db

#aadb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb80 Color CSS Codes

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

#aadb80 Text Font Color

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

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


#aadb80 Background Color

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

This div background color is #aadb80


#aadb80 Border Color

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

This div border color is #aadb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb80


Comments

No comments written yet.

Please login to write comment.