Color Hex Logo

#aad280 Color Hex

#AAD280
(170,210,128)
0 Favorites   0 Comments

Color spaces of #aad280

RGB 170210128
HSL0.250.480.66
HSV89°39°82°
CMYK 0.190.000.39   0.18
XYZ43.520456.197728.9756
Yxy56.19770.33820.4367
Hunter Lab74.9651-27.562229.5588
CIE-Lab79.7262-27.233836.4018

#aad280 color RGB value is (170,210,128).

#aad280 hex color red value is 170, green value is 210 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aad280 hue: 0.25 , saturation: 0.48 and the lightness value of aad280 is 0.66.

The process color (four color CMYK) of #aad280 color hex is 0.19, 0.00, 0.39, 0.18. Web safe color of #aad280 is #99cc99. Color #aad280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10000000
Octal 252 322 200
Decimal 170 210 128
Hex AA D2 80

RGB Percentages of Color #aad280

%33.46
%41.34
%25.20

CMYK Percentages of Color #aad280

%19
%0
%39
%18

Triadic Colors of #aad280

#aad280 #80aad2 #d280aa

Analogous Colors of #aad280

#aad280 #81d280 #d2d180

Monochromatic Colors of #aad280

#aad280

Complementary Color

#aad280 #a880d2

#aad280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad280 Color CSS Codes

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

#aad280 Text Font Color

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

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


#aad280 Background Color

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

This div background color is #aad280


#aad280 Border Color

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

This div border color is #aad280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad280


Comments

No comments written yet.

Please login to write comment.