Color Hex Logo

#aad186 Color Hex

#AAD186
(170,209,134)
0 Favorites   0 Comments

Color spaces of #aad186

RGB 170209134
HSL0.250.450.67
HSV91°36°82°
CMYK 0.190.000.36   0.18
XYZ43.681155.868231.0357
Yxy55.86820.33450.4278
Hunter Lab74.7450-26.488227.7031
CIE-Lab79.5387-25.952133.0994

#aad186 color RGB value is (170,209,134).

#aad186 hex color red value is 170, green value is 209 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aad186 hue: 0.25 , saturation: 0.45 and the lightness value of aad186 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10000110
Octal 252 321 206
Decimal 170 209 134
Hex AA D1 86

RGB Percentages of Color #aad186

%33.14
%40.74
%26.12

CMYK Percentages of Color #aad186

%19
%0
%36
%18

Triadic Colors of #aad186

#aad186 #86aad1 #d186aa

Analogous Colors of #aad186

#aad186 #86d188 #d0d186

Monochromatic Colors of #aad186

#aad186

Complementary Color

#aad186 #ad86d1

#aad186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad186 Color CSS Codes

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

#aad186 Text Font Color

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

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


#aad186 Background Color

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

This div background color is #aad186


#aad186 Border Color

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

This div border color is #aad186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad186


Comments

No comments written yet.

Please login to write comment.