Color Hex Logo

#aaadea Color Hex

#AAADEA
(170,173,234)
0 Favorites   0 Comments

Color spaces of #aaadea

RGB 170173234
HSL0.660.600.79
HSV237°27°92°
CMYK 0.270.260.00   0.08
XYZ46.372444.373783.9628
Yxy44.37370.26540.2540
Hunter Lab66.61367.6873-28.1023
CIE-Lab72.477612.2511-30.8551

#aaadea color RGB value is (170,173,234).

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

The process color (four color CMYK) of #aaadea color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #aaadea is #9999ff. Color #aaadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11101010
Octal 252 255 352
Decimal 170 173 234
Hex AA AD EA

RGB Percentages of Color #aaadea

%29.46
%29.98
%40.55

CMYK Percentages of Color #aaadea

%27
%26
%0
%8

Triadic Colors of #aaadea

#aaadea #eaaaad #adeaaa

Analogous Colors of #aaadea

#aaadea #c7aaea #aacdea

Monochromatic Colors of #aaadea

#aaadea

Complementary Color

#aaadea #eae7aa

#aaadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadea Color CSS Codes

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

#aaadea Text Font Color

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

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


#aaadea Background Color

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

This div background color is #aaadea


#aaadea Border Color

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

This div border color is #aaadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadea


Comments

No comments written yet.

Please login to write comment.