Color Hex Logo

#aadc6d Color Hex

#AADC6D
(170,220,109)
0 Favorites   0 Comments

Color spaces of #aadc6d

RGB 170220109
HSL0.240.610.65
HSV87°50°86°
CMYK 0.230.000.50   0.14
XYZ44.931160.836623.8425
Yxy60.83660.34670.4694
Hunter Lab77.9978-33.670236.4746
CIE-Lab82.2908-34.168548.9188

#aadc6d color RGB value is (170,220,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01101101
Octal 252 334 155
Decimal 170 220 109
Hex AA DC 6D

RGB Percentages of Color #aadc6d

%34.07
%44.09
%21.84

CMYK Percentages of Color #aadc6d

%23
%0
%50
%14

Triadic Colors of #aadc6d

#aadc6d #6daadc #dc6daa

Analogous Colors of #aadc6d

#aadc6d #73dc6d #dcd76d

Monochromatic Colors of #aadc6d

#aadc6d

Complementary Color

#aadc6d #9f6ddc

#aadc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc6d Color CSS Codes

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

#aadc6d Text Font Color

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

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


#aadc6d Background Color

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

This div background color is #aadc6d


#aadc6d Border Color

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

This div border color is #aadc6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc6d


Comments

No comments written yet.

Please login to write comment.