Color Hex Logo

#aaadf4 Color Hex

#AAADF4
(170,173,244)
0 Favorites   0 Comments

Color spaces of #aaadf4

RGB 170173244
HSL0.660.770.81
HSV238°30°96°
CMYK 0.300.290.00   0.04
XYZ47.850344.964891.7451
Yxy44.96480.25930.2436
Hunter Lab67.055810.0280-34.1810
CIE-Lab72.868714.7031-35.6805

#aaadf4 color RGB value is (170,173,244).

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

The process color (four color CMYK) of #aaadf4 color hex is 0.30, 0.29, 0.00, 0.04. Web safe color of #aaadf4 is #9999ff. Color #aaadf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11110100
Octal 252 255 364
Decimal 170 173 244
Hex AA AD F4

RGB Percentages of Color #aaadf4

%28.96
%29.47
%41.57

CMYK Percentages of Color #aaadf4

%30
%29
%0
%4

Triadic Colors of #aaadf4

#aaadf4 #f4aaad #adf4aa

Analogous Colors of #aaadf4

#aaadf4 #ccaaf4 #aad2f4

Monochromatic Colors of #aaadf4

#aaadf4

Complementary Color

#aaadf4 #f4f1aa

#aaadf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadf4 Color CSS Codes

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

#aaadf4 Text Font Color

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

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


#aaadf4 Background Color

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

This div background color is #aaadf4


#aaadf4 Border Color

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

This div border color is #aaadf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadf4


Comments

No comments written yet.

Please login to write comment.