Color Hex Logo

#aad08e Color Hex

#AAD08E
(170,208,142)
0 Favorites   0 Comments

Color spaces of #aad08e

RGB 170208142
HSL0.260.410.69
HSV95°32°82°
CMYK 0.180.000.32   0.18
XYZ44.015955.610834.0053
Yxy55.61080.32940.4161
Hunter Lab74.5726-25.144025.1645
CIE-Lab79.3918-24.335428.7752

#aad08e color RGB value is (170,208,142).

#aad08e hex color red value is 170, green value is 208 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aad08e hue: 0.26 , saturation: 0.41 and the lightness value of aad08e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10001110
Octal 252 320 216
Decimal 170 208 142
Hex AA D0 8E

RGB Percentages of Color #aad08e

%32.69
%40.00
%27.31

CMYK Percentages of Color #aad08e

%18
%0
%32
%18

Triadic Colors of #aad08e

#aad08e #8eaad0 #d08eaa

Analogous Colors of #aad08e

#aad08e #8ed093 #cbd08e

Monochromatic Colors of #aad08e

#aad08e

Complementary Color

#aad08e #b48ed0

#aad08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad08e Color CSS Codes

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

#aad08e Text Font Color

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

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


#aad08e Background Color

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

This div background color is #aad08e


#aad08e Border Color

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

This div border color is #aad08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad08e


Comments

No comments written yet.

Please login to write comment.