Color Hex Logo

#aadb8e Color Hex

#AADB8E
(170,219,142)
0 Favorites   0 Comments

Color spaces of #aadb8e

RGB 170219142
HSL0.270.520.71
HSV98°35°86°
CMYK 0.220.000.35   0.14
XYZ46.791661.162134.9305
Yxy61.16210.32750.4281
Hunter Lab78.2062-30.062428.2627
CIE-Lab82.4658-29.619132.8556

#aadb8e color RGB value is (170,219,142).

#aadb8e hex color red value is 170, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aadb8e hue: 0.27 , saturation: 0.52 and the lightness value of aadb8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10001110
Octal 252 333 216
Decimal 170 219 142
Hex AA DB 8E

RGB Percentages of Color #aadb8e

%32.02
%41.24
%26.74

CMYK Percentages of Color #aadb8e

%22
%0
%35
%14

Triadic Colors of #aadb8e

#aadb8e #8eaadb #db8eaa

Analogous Colors of #aadb8e

#aadb8e #8edb99 #d1db8e

Monochromatic Colors of #aadb8e

#aadb8e

Complementary Color

#aadb8e #bf8edb

#aadb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb8e Color CSS Codes

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

#aadb8e Text Font Color

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

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


#aadb8e Background Color

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

This div background color is #aadb8e


#aadb8e Border Color

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

This div border color is #aadb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb8e


Comments

No comments written yet.

Please login to write comment.