Color Hex Logo

#aad46f Color Hex

#AAD46F
(170,212,111)
0 Favorites   0 Comments

Color spaces of #aad46f

RGB 170212111
HSL0.240.540.63
HSV85°48°83°
CMYK 0.200.000.48   0.17
XYZ42.990356.780723.7329
Yxy56.78070.34810.4597
Hunter Lab75.3530-30.030134.0733
CIE-Lab80.0561-30.226945.2508

#aad46f color RGB value is (170,212,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01101111
Octal 252 324 157
Decimal 170 212 111
Hex AA D4 6F

RGB Percentages of Color #aad46f

%34.48
%43.00
%22.52

CMYK Percentages of Color #aad46f

%20
%0
%48
%17

Triadic Colors of #aad46f

#aad46f #6faad4 #d46faa

Analogous Colors of #aad46f

#aad46f #78d46f #d4cc6f

Monochromatic Colors of #aad46f

#aad46f

Complementary Color

#aad46f #996fd4

#aad46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad46f Color CSS Codes

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

#aad46f Text Font Color

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

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


#aad46f Background Color

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

This div background color is #aad46f


#aad46f Border Color

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

This div border color is #aad46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad46f


Comments

No comments written yet.

Please login to write comment.