Color Hex Logo

#aadf6f Color Hex

#AADF6F
(170,223,111)
0 Favorites   0 Comments

Color spaces of #aadf6f

RGB 170223111
HSL0.250.640.65
HSV88°50°87°
CMYK 0.240.000.50   0.13
XYZ45.834562.469124.6809
Yxy62.46910.34470.4697
Hunter Lab79.0374-34.801736.8118
CIE-Lab83.1623-35.331549.0245

#aadf6f color RGB value is (170,223,111).

#aadf6f hex color red value is 170, green value is 223 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aadf6f hue: 0.25 , saturation: 0.64 and the lightness value of aadf6f is 0.65.

The process color (four color CMYK) of #aadf6f color hex is 0.24, 0.00, 0.50, 0.13. Web safe color of #aadf6f is #99cc66. Color #aadf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01101111
Octal 252 337 157
Decimal 170 223 111
Hex AA DF 6F

RGB Percentages of Color #aadf6f

%33.73
%44.25
%22.02

CMYK Percentages of Color #aadf6f

%24
%0
%50
%13

Triadic Colors of #aadf6f

#aadf6f #6faadf #df6faa

Analogous Colors of #aadf6f

#aadf6f #72df6f #dfdc6f

Monochromatic Colors of #aadf6f

#aadf6f

Complementary Color

#aadf6f #a46fdf

#aadf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf6f Color CSS Codes

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

#aadf6f Text Font Color

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

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


#aadf6f Background Color

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

This div background color is #aadf6f


#aadf6f Border Color

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

This div border color is #aadf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf6f


Comments

No comments written yet.

Please login to write comment.