Color Hex Logo

#aad47d Color Hex

#AAD47D
(170,212,125)
0 Favorites   0 Comments

Color spaces of #aad47d

RGB 170212125
HSL0.250.500.66
HSV89°41°83°
CMYK 0.200.000.41   0.17
XYZ43.822757.113728.1164
Yxy57.11370.33960.4426
Hunter Lab75.5736-28.747430.8433
CIE-Lab80.2435-28.573338.5780

#aad47d color RGB value is (170,212,125).

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

The process color (four color CMYK) of #aad47d color hex is 0.20, 0.00, 0.41, 0.17. Web safe color of #aad47d is #99cc66. Color #aad47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01111101
Octal 252 324 175
Decimal 170 212 125
Hex AA D4 7D

RGB Percentages of Color #aad47d

%33.53
%41.81
%24.65

CMYK Percentages of Color #aad47d

%20
%0
%41
%17

Triadic Colors of #aad47d

#aad47d #7daad4 #d47daa

Analogous Colors of #aad47d

#aad47d #7fd47d #d4d37d

Monochromatic Colors of #aad47d

#aad47d

Complementary Color

#aad47d #a77dd4

#aad47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad47d Color CSS Codes

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

#aad47d Text Font Color

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

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


#aad47d Background Color

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

This div background color is #aad47d


#aad47d Border Color

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

This div border color is #aad47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad47d


Comments

No comments written yet.

Please login to write comment.