Color Hex Logo

#aad986 Color Hex

#AAD986
(170,217,134)
0 Favorites   0 Comments

Color spaces of #aad986

RGB 170217134
HSL0.260.520.69
HSV94°38°85°
CMYK 0.220.000.38   0.15
XYZ45.693559.893031.7065
Yxy59.89300.33280.4362
Hunter Lab77.3906-30.042229.8826
CIE-Lab81.7800-29.775936.0221

#aad986 color RGB value is (170,217,134).

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

The process color (four color CMYK) of #aad986 color hex is 0.22, 0.00, 0.38, 0.15. Web safe color of #aad986 is #99cc99. Color #aad986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 10000110
Octal 252 331 206
Decimal 170 217 134
Hex AA D9 86

RGB Percentages of Color #aad986

%32.63
%41.65
%25.72

CMYK Percentages of Color #aad986

%22
%0
%38
%15

Triadic Colors of #aad986

#aad986 #86aad9 #d986aa

Analogous Colors of #aad986

#aad986 #86d98c #d4d986

Monochromatic Colors of #aad986

#aad986

Complementary Color

#aad986 #b586d9

#aad986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad986 Color CSS Codes

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

#aad986 Text Font Color

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

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


#aad986 Background Color

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

This div background color is #aad986


#aad986 Border Color

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

This div border color is #aad986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad986


Comments

No comments written yet.

Please login to write comment.