Color Hex Logo

#aadf6c Color Hex

#AADF6C
(170,223,108)
0 Favorites   0 Comments

Color spaces of #aadf6c

RGB 170223108
HSL0.240.640.65
HSV88°52°87°
CMYK 0.240.000.52   0.13
XYZ45.672062.404123.8254
Yxy62.40410.34630.4731
Hunter Lab78.9963-35.043037.4154
CIE-Lab83.1279-35.647150.3908

#aadf6c color RGB value is (170,223,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01101100
Octal 252 337 154
Decimal 170 223 108
Hex AA DF 6C

RGB Percentages of Color #aadf6c

%33.93
%44.51
%21.56

CMYK Percentages of Color #aadf6c

%24
%0
%52
%13

Triadic Colors of #aadf6c

#aadf6c #6caadf #df6caa

Analogous Colors of #aadf6c

#aadf6c #71df6c #dfdb6c

Monochromatic Colors of #aadf6c

#aadf6c

Complementary Color

#aadf6c #a16cdf

#aadf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf6c Color CSS Codes

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

#aadf6c Text Font Color

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

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


#aadf6c Background Color

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

This div background color is #aadf6c


#aadf6c Border Color

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

This div border color is #aadf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf6c


Comments

No comments written yet.

Please login to write comment.