Color Hex Logo

#aada9e Color Hex

#AADA9E
(170,218,158)
0 Favorites   0 Comments

Color spaces of #aada9e

RGB 170218158
HSL0.300.450.74
HSV108°28°85°
CMYK 0.220.000.28   0.15
XYZ47.820561.157541.6319
Yxy61.15750.31750.4061
Hunter Lab78.2033-27.704823.1790
CIE-Lab82.4633-26.735724.6027

#aada9e color RGB value is (170,218,158).

#aada9e hex color red value is 170, green value is 218 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aada9e hue: 0.30 , saturation: 0.45 and the lightness value of aada9e is 0.74.

The process color (four color CMYK) of #aada9e color hex is 0.22, 0.00, 0.28, 0.15. Web safe color of #aada9e is #99cc99. Color #aada9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10011110
Octal 252 332 236
Decimal 170 218 158
Hex AA DA 9E

RGB Percentages of Color #aada9e

%31.14
%39.93
%28.94

CMYK Percentages of Color #aada9e

%22
%0
%28
%15

Triadic Colors of #aada9e

#aada9e #9eaada #da9eaa

Analogous Colors of #aada9e

#aada9e #9edab0 #c8da9e

Monochromatic Colors of #aada9e

#aada9e

Complementary Color

#aada9e #ce9eda

#aada9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada9e Color CSS Codes

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

#aada9e Text Font Color

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

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


#aada9e Background Color

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

This div background color is #aada9e


#aada9e Border Color

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

This div border color is #aada9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada9e


Comments

No comments written yet.

Please login to write comment.