Color Hex Logo

#aada6e Color Hex

#AADA6E
(170,218,110)
0 Favorites   0 Comments

Color spaces of #aada6e

RGB 170218110
HSL0.240.590.64
HSV87°50°85°
CMYK 0.220.000.50   0.15
XYZ44.463459.814623.9538
Yxy59.81460.34670.4665
Hunter Lab77.3399-32.723635.7746
CIE-Lab81.7373-33.138847.7772

#aada6e color RGB value is (170,218,110).

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

The process color (four color CMYK) of #aada6e color hex is 0.22, 0.00, 0.50, 0.15. Web safe color of #aada6e is #99cc66. Color #aada6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01101110
Octal 252 332 156
Decimal 170 218 110
Hex AA DA 6E

RGB Percentages of Color #aada6e

%34.14
%43.78
%22.09

CMYK Percentages of Color #aada6e

%22
%0
%50
%15

Triadic Colors of #aada6e

#aada6e #6eaada #da6eaa

Analogous Colors of #aada6e

#aada6e #74da6e #dad46e

Monochromatic Colors of #aada6e

#aada6e

Complementary Color

#aada6e #9e6eda

#aada6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada6e Color CSS Codes

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

#aada6e Text Font Color

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

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


#aada6e Background Color

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

This div background color is #aada6e


#aada6e Border Color

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

This div border color is #aada6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada6e


Comments

No comments written yet.

Please login to write comment.