Color Hex Logo

#aadf8f Color Hex

#AADF8F
(170,223,143)
0 Favorites   0 Comments

Color spaces of #aadf8f

RGB 170223143
HSL0.280.560.72
HSV100°36°87°
CMYK 0.240.000.36   0.13
XYZ47.923263.304635.6798
Yxy63.30460.32620.4309
Hunter Lab79.5642-31.723029.1069
CIE-Lab83.6024-31.360933.8431

#aadf8f color RGB value is (170,223,143).

#aadf8f hex color red value is 170, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aadf8f hue: 0.28 , saturation: 0.56 and the lightness value of aadf8f is 0.72.

The process color (four color CMYK) of #aadf8f color hex is 0.24, 0.00, 0.36, 0.13. Web safe color of #aadf8f is #99cc99. Color #aadf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10001111
Octal 252 337 217
Decimal 170 223 143
Hex AA DF 8F

RGB Percentages of Color #aadf8f

%31.72
%41.60
%26.68

CMYK Percentages of Color #aadf8f

%24
%0
%36
%13

Triadic Colors of #aadf8f

#aadf8f #8faadf #df8faa

Analogous Colors of #aadf8f

#aadf8f #8fdf9c #d2df8f

Monochromatic Colors of #aadf8f

#aadf8f

Complementary Color

#aadf8f #c48fdf

#aadf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf8f Color CSS Codes

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

#aadf8f Text Font Color

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

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


#aadf8f Background Color

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

This div background color is #aadf8f


#aadf8f Border Color

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

This div border color is #aadf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf8f


Comments

No comments written yet.

Please login to write comment.