Color Hex Logo

#aaadfe Color Hex

#AAADFE
(170,173,254)
0 Favorites   0 Comments

Color spaces of #aaadfe

RGB 170173254
HSL0.660.980.83
HSV238°33°100°
CMYK 0.330.320.00   0.00
XYZ49.410545.588999.9613
Yxy45.58890.25340.2338
Hunter Lab67.519612.4663-40.5139
CIE-Lab73.278017.2159-40.4535

#aaadfe color RGB value is (170,173,254).

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

The process color (four color CMYK) of #aaadfe color hex is 0.33, 0.32, 0.00, 0.00. Web safe color of #aaadfe is #9999ff. Color #aaadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11111110
Octal 252 255 376
Decimal 170 173 254
Hex AA AD FE

RGB Percentages of Color #aaadfe

%28.48
%28.98
%42.55

CMYK Percentages of Color #aaadfe

%33
%32
%0
%0

Triadic Colors of #aaadfe

#aaadfe #feaaad #adfeaa

Analogous Colors of #aaadfe

#aaadfe #d1aafe #aad7fe

Monochromatic Colors of #aaadfe

#aaadfe

Complementary Color

#aaadfe #fefbaa

#aaadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadfe Color CSS Codes

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

#aaadfe Text Font Color

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

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


#aaadfe Background Color

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

This div background color is #aaadfe


#aaadfe Border Color

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

This div border color is #aaadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadfe


Comments

No comments written yet.

Please login to write comment.