Color Hex Logo

#aaadde Color Hex

#AAADDE
(170,173,222)
0 Favorites   0 Comments

Color spaces of #aaadde

RGB 170173222
HSL0.660.440.77
HSV237°23°87°
CMYK 0.230.220.00   0.13
XYZ44.706043.707175.1873
Yxy43.70710.27330.2672
Hunter Lab66.11135.0109-21.1516
CIE-Lab72.03239.3978-24.9968

#aaadde color RGB value is (170,173,222).

#aaadde hex color red value is 170, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aaadde hue: 0.66 , saturation: 0.44 and the lightness value of aaadde is 0.77.

The process color (four color CMYK) of #aaadde color hex is 0.23, 0.22, 0.00, 0.13. Web safe color of #aaadde is #9999cc. Color #aaadde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11011110
Octal 252 255 336
Decimal 170 173 222
Hex AA AD DE

RGB Percentages of Color #aaadde

%30.09
%30.62
%39.29

CMYK Percentages of Color #aaadde

%23
%22
%0
%13

Triadic Colors of #aaadde

#aaadde #deaaad #addeaa

Analogous Colors of #aaadde

#aaadde #c1aade #aac7de

Monochromatic Colors of #aaadde

#aaadde

Complementary Color

#aaadde #dedbaa

#aaadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadde Color CSS Codes

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

#aaadde Text Font Color

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

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


#aaadde Background Color

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

This div background color is #aaadde


#aaadde Border Color

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

This div border color is #aaadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadde


Comments

No comments written yet.

Please login to write comment.