Color Hex Logo

#aaadec Color Hex

#AAADEC
(170,173,236)
0 Favorites   0 Comments

Color spaces of #aaadec

RGB 170173236
HSL0.660.630.80
HSV237°28°93°
CMYK 0.280.270.00   0.07
XYZ46.661544.489385.4849
Yxy44.48930.26420.2519
Hunter Lab66.70038.1476-29.2975
CIE-Lab72.554312.7365-31.8244

#aaadec color RGB value is (170,173,236).

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

The process color (four color CMYK) of #aaadec color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #aaadec is #9999ff. Color #aaadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11101100
Octal 252 255 354
Decimal 170 173 236
Hex AA AD EC

RGB Percentages of Color #aaadec

%29.36
%29.88
%40.76

CMYK Percentages of Color #aaadec

%28
%27
%0
%7

Triadic Colors of #aaadec

#aaadec #ecaaad #adecaa

Analogous Colors of #aaadec

#aaadec #c8aaec #aaceec

Monochromatic Colors of #aaadec

#aaadec

Complementary Color

#aaadec #ece9aa

#aaadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadec Color CSS Codes

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

#aaadec Text Font Color

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

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


#aaadec Background Color

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

This div background color is #aaadec


#aaadec Border Color

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

This div border color is #aaadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadec


Comments

No comments written yet.

Please login to write comment.