Color Hex Logo

#aad37f Color Hex

#AAD37F
(170,211,127)
0 Favorites   0 Comments

Color spaces of #aad37f

RGB 170211127
HSL0.250.490.66
HSV89°40°83°
CMYK 0.190.000.40   0.17
XYZ43.702656.666928.7131
Yxy56.66690.33860.4390
Hunter Lab75.2774-28.106630.0792
CIE-Lab79.9919-27.841937.2495

#aad37f color RGB value is (170,211,127).

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

The process color (four color CMYK) of #aad37f color hex is 0.19, 0.00, 0.40, 0.17. Web safe color of #aad37f is #99cc66. Color #aad37f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 01111111
Octal 252 323 177
Decimal 170 211 127
Hex AA D3 7F

RGB Percentages of Color #aad37f

%33.46
%41.54
%25.00

CMYK Percentages of Color #aad37f

%19
%0
%40
%17

Triadic Colors of #aad37f

#aad37f #7faad3 #d37faa

Analogous Colors of #aad37f

#aad37f #80d37f #d3d27f

Monochromatic Colors of #aad37f

#aad37f

Complementary Color

#aad37f #a87fd3

#aad37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad37f Color CSS Codes

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

#aad37f Text Font Color

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

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


#aad37f Background Color

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

This div background color is #aad37f


#aad37f Border Color

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

This div border color is #aad37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad37f


Comments

No comments written yet.

Please login to write comment.