Color Hex Logo

#aadc6e Color Hex

#AADC6E
(170,220,110)
0 Favorites   0 Comments

Color spaces of #aadc6e

RGB 170220110
HSL0.240.610.65
HSV87°50°86°
CMYK 0.230.000.50   0.14
XYZ44.985260.858224.1277
Yxy60.85820.34610.4682
Hunter Lab78.0117-33.588936.2708
CIE-Lab82.3025-34.062348.4601

#aadc6e color RGB value is (170,220,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01101110
Octal 252 334 156
Decimal 170 220 110
Hex AA DC 6E

RGB Percentages of Color #aadc6e

%34.00
%44.00
%22.00

CMYK Percentages of Color #aadc6e

%23
%0
%50
%14

Triadic Colors of #aadc6e

#aadc6e #6eaadc #dc6eaa

Analogous Colors of #aadc6e

#aadc6e #73dc6e #dcd76e

Monochromatic Colors of #aadc6e

#aadc6e

Complementary Color

#aadc6e #a06edc

#aadc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc6e Color CSS Codes

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

#aadc6e Text Font Color

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

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


#aadc6e Background Color

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

This div background color is #aadc6e


#aadc6e Border Color

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

This div border color is #aadc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc6e


Comments

No comments written yet.

Please login to write comment.