Color Hex Logo

#aadc4f Color Hex

#AADC4F
(170,220,79)
0 Favorites   0 Comments

Color spaces of #aadc4f

RGB 17022079
HSL0.230.670.59
HSV81°64°86°
CMYK 0.230.000.64   0.14
XYZ43.582060.297016.7386
Yxy60.29700.36130.4999
Hunter Lab77.6511-35.705741.5752
CIE-Lab81.9994-36.850261.8249

#aadc4f color RGB value is (170,220,79).

#aadc4f hex color red value is 170, green value is 220 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aadc4f hue: 0.23 , saturation: 0.67 and the lightness value of aadc4f is 0.59.

The process color (four color CMYK) of #aadc4f color hex is 0.23, 0.00, 0.64, 0.14. Web safe color of #aadc4f is #99cc66. Color #aadc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01001111
Octal 252 334 117
Decimal 170 220 79
Hex AA DC 4F

RGB Percentages of Color #aadc4f

%36.25
%46.91
%16.84

CMYK Percentages of Color #aadc4f

%23
%0
%64
%14

Triadic Colors of #aadc4f

#aadc4f #4faadc #dc4faa

Analogous Colors of #aadc4f

#aadc4f #64dc4f #dcc84f

Monochromatic Colors of #aadc4f

#aadc4f

Complementary Color

#aadc4f #814fdc

#aadc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc4f Color CSS Codes

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

#aadc4f Text Font Color

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

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


#aadc4f Background Color

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

This div background color is #aadc4f


#aadc4f Border Color

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

This div border color is #aadc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc4f


Comments

No comments written yet.

Please login to write comment.