color codes Logo

#aad87d color codes

#AAD87D
(170,216,125)
0 Favorites   0 Comments

Color spaces of #aad87d

RGB 170216125
HSL0.250.540.67
HSV90°42°85°
CMYK 0.210.000.42   0.15
XYZ44.835159.138428.4538
Yxy59.13840.33860.4466
Hunter Lab76.9015-30.508631.8936
CIE-Lab81.3676-30.466740.0087

#aad87d color RGB value is (170,216,125).

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

The process color (four color CMYK) of #aad87d color code is 0.21, 0.00, 0.42, 0.15. Web safe color of #aad87d is #99cc66. Color #aad87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01111101
Octal 252 330 175
Decimal 170 216 125
Hex AA D8 7D

RGB Percentages of Color #aad87d

%33.27
%42.27
%24.46

CMYK Percentages of Color #aad87d

%21
%0
%42
%15

Triadic Colors of #aad87d

#aad87d #7daad8 #d87daa

Analogous Colors of #aad87d

#aad87d #7dd87e #d8d87d

Monochromatic Colors of #aad87d

#aad87d

Complementary Color

#aad87d #ab7dd8

#aad87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad87d Color CSS Codes

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

#aad87d Text Font Color

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

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


#aad87d Background Color

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

This div background color is #aad87d


#aad87d Border Color

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

This div border color is #aad87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad87d


Comments

No comments written yet.

Please login to write comment.