Color Hex Logo

#aaadf8 Color Hex

#AAADF8
(170,173,248)
0 Favorites   0 Comments

Color spaces of #aaadf8

RGB 170173248
HSL0.660.850.82
HSV238°31°97°
CMYK 0.310.300.00   0.03
XYZ48.464445.210594.9791
Yxy45.21050.25690.2396
Hunter Lab67.238810.9915-36.6838
CIE-Lab73.030315.7010-37.5960

#aaadf8 color RGB value is (170,173,248).

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

The process color (four color CMYK) of #aaadf8 color hex is 0.31, 0.30, 0.00, 0.03. Web safe color of #aaadf8 is #9999ff. Color #aaadf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11111000
Octal 252 255 370
Decimal 170 173 248
Hex AA AD F8

RGB Percentages of Color #aaadf8

%28.76
%29.27
%41.96

CMYK Percentages of Color #aaadf8

%31
%30
%0
%3

Triadic Colors of #aaadf8

#aaadf8 #f8aaad #adf8aa

Analogous Colors of #aaadf8

#aaadf8 #ceaaf8 #aad4f8

Monochromatic Colors of #aaadf8

#aaadf8

Complementary Color

#aaadf8 #f8f5aa

#aaadf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadf8 Color CSS Codes

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

#aaadf8 Text Font Color

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

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


#aaadf8 Background Color

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

This div background color is #aaadf8


#aaadf8 Border Color

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

This div border color is #aaadf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadf8


Comments

No comments written yet.

Please login to write comment.