Color Hex Logo

#aadea1 Color Hex

#AADEA1
(170,222,161)
0 Favorites   0 Comments

Color spaces of #aadea1

RGB 170222161
HSL0.310.480.75
HSV111°27°87°
CMYK 0.230.000.27   0.13
XYZ49.131963.361843.3587
Yxy63.36180.31520.4066
Hunter Lab79.6001-29.124023.4244
CIE-Lab83.6324-28.172224.6384

#aadea1 color RGB value is (170,222,161).

#aadea1 hex color red value is 170, green value is 222 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aadea1 hue: 0.31 , saturation: 0.48 and the lightness value of aadea1 is 0.75.

The process color (four color CMYK) of #aadea1 color hex is 0.23, 0.00, 0.27, 0.13. Web safe color of #aadea1 is #99cc99. Color #aadea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10100001
Octal 252 336 241
Decimal 170 222 161
Hex AA DE A1

RGB Percentages of Color #aadea1

%30.74
%40.14
%29.11

CMYK Percentages of Color #aadea1

%23
%0
%27
%13

Triadic Colors of #aadea1

#aadea1 #a1aade #dea1aa

Analogous Colors of #aadea1

#aadea1 #a1deb7 #c9dea1

Monochromatic Colors of #aadea1

#aadea1

Complementary Color

#aadea1 #d5a1de

#aadea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadea1 Color CSS Codes

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

#aadea1 Text Font Color

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

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


#aadea1 Background Color

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

This div background color is #aadea1


#aadea1 Border Color

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

This div border color is #aadea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadea1


Comments

No comments written yet.

Please login to write comment.