Color Hex Logo

#aad36f Color Hex

#AAD36F
(170,211,111)
0 Favorites   0 Comments

Color spaces of #aad36f

RGB 170211111
HSL0.240.530.63
HSV85°47°83°
CMYK 0.190.000.47   0.17
XYZ42.741156.282323.6498
Yxy56.28230.34840.4588
Hunter Lab75.0215-29.593133.8245
CIE-Lab79.7742-29.754944.9054

#aad36f color RGB value is (170,211,111).

#aad36f hex color red value is 170, green value is 211 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aad36f hue: 0.24 , saturation: 0.53 and the lightness value of aad36f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 01101111
Octal 252 323 157
Decimal 170 211 111
Hex AA D3 6F

RGB Percentages of Color #aad36f

%34.55
%42.89
%22.56

CMYK Percentages of Color #aad36f

%19
%0
%47
%17

Triadic Colors of #aad36f

#aad36f #6faad3 #d36faa

Analogous Colors of #aad36f

#aad36f #78d36f #d3ca6f

Monochromatic Colors of #aad36f

#aad36f

Complementary Color

#aad36f #986fd3

#aad36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad36f Color CSS Codes

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

#aad36f Text Font Color

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

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


#aad36f Background Color

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

This div background color is #aad36f


#aad36f Border Color

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

This div border color is #aad36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad36f


Comments

No comments written yet.

Please login to write comment.