Color Hex Logo

#aad187 Color Hex

#AAD187
(170,209,135)
0 Favorites   0 Comments

Color spaces of #aad187

RGB 170209135
HSL0.250.450.67
HSV92°35°82°
CMYK 0.190.000.35   0.18
XYZ43.751255.896231.4048
Yxy55.89620.33380.4265
Hunter Lab74.7638-26.379727.4296
CIE-Lab79.5547-25.814632.6072

#aad187 color RGB value is (170,209,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10000111
Octal 252 321 207
Decimal 170 209 135
Hex AA D1 87

RGB Percentages of Color #aad187

%33.07
%40.66
%26.26

CMYK Percentages of Color #aad187

%19
%0
%35
%18

Triadic Colors of #aad187

#aad187 #87aad1 #d187aa

Analogous Colors of #aad187

#aad187 #87d189 #cfd187

Monochromatic Colors of #aad187

#aad187

Complementary Color

#aad187 #ae87d1

#aad187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad187 Color CSS Codes

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

#aad187 Text Font Color

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

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


#aad187 Background Color

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

This div background color is #aad187


#aad187 Border Color

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

This div border color is #aad187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad187


Comments

No comments written yet.

Please login to write comment.