Color Hex Logo

#aaadae Color Hex

#AAADAE
(170,173,174)
0 Favorites   0 Comments

Color spaces of #aaadae

RGB 170173174
HSL0.540.020.67
HSV195°68°
CMYK 0.020.010.00   0.32
XYZ39.161141.489245.9886
Yxy41.48920.30920.3276
Hunter Lab64.4121-4.19722.7569
CIE-Lab70.5173-0.8630-0.8905

#aaadae color RGB value is (170,173,174).

#aaadae hex color red value is 170, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aaadae hue: 0.54 , saturation: 0.02 and the lightness value of aaadae is 0.67.

The process color (four color CMYK) of #aaadae color hex is 0.02, 0.01, 0.00, 0.32. Web safe color of #aaadae is #999999. Color #aaadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10101110
Octal 252 255 256
Decimal 170 173 174
Hex AA AD AE

RGB Percentages of Color #aaadae

%32.88
%33.46
%33.66

CMYK Percentages of Color #aaadae

%2
%1
%0
%32

Triadic Colors of #aaadae

#aaadae #aeaaad #adaeaa

Analogous Colors of #aaadae

#aaadae #aaabae #aaaead

Monochromatic Colors of #aaadae

#aaadae

Complementary Color

#aaadae #aeabaa

#aaadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadae Color CSS Codes

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

#aaadae Text Font Color

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

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


#aaadae Background Color

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

This div background color is #aaadae


#aaadae Border Color

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

This div border color is #aaadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadae


Comments

No comments written yet.

Please login to write comment.