Color Hex Logo

#aad6ae Color Hex

#AAD6AE
(170,214,174)
0 Favorites   0 Comments

Color spaces of #aad6ae

RGB 170214174
HSL0.350.350.75
HSV125°21°84°
CMYK 0.210.000.19   0.16
XYZ48.264159.695249.0229
Yxy59.69520.30740.3803
Hunter Lab77.2627-23.705116.4646
CIE-Lab81.6722-22.099915.1119

#aad6ae color RGB value is (170,214,174).

#aad6ae hex color red value is 170, green value is 214 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aad6ae hue: 0.35 , saturation: 0.35 and the lightness value of aad6ae is 0.75.

The process color (four color CMYK) of #aad6ae color hex is 0.21, 0.00, 0.19, 0.16. Web safe color of #aad6ae is #99cc99. Color #aad6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 10101110
Octal 252 326 256
Decimal 170 214 174
Hex AA D6 AE

RGB Percentages of Color #aad6ae

%30.47
%38.35
%31.18

CMYK Percentages of Color #aad6ae

%21
%0
%19
%16

Triadic Colors of #aad6ae

#aad6ae #aeaad6 #d6aeaa

Analogous Colors of #aad6ae

#aad6ae #aad6c4 #bcd6aa

Monochromatic Colors of #aad6ae

#aad6ae

Complementary Color

#aad6ae #d6aad2

#aad6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6ae Color CSS Codes

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

#aad6ae Text Font Color

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

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


#aad6ae Background Color

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

This div background color is #aad6ae


#aad6ae Border Color

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

This div border color is #aad6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6ae


Comments

No comments written yet.

Please login to write comment.