Color Hex Logo

#aaadfd Color Hex

#AAADFD
(170,173,253)
0 Favorites   0 Comments

Color spaces of #aaadfd

RGB 170173253
HSL0.660.950.83
HSV238°33°99°
CMYK 0.330.320.00   0.01
XYZ49.250845.525099.1199
Yxy45.52500.25400.2348
Hunter Lab67.472212.2183-39.8693
CIE-Lab73.236216.9622-39.9785

#aaadfd color RGB value is (170,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11111101
Octal 252 255 375
Decimal 170 173 253
Hex AA AD FD

RGB Percentages of Color #aaadfd

%28.52
%29.03
%42.45

CMYK Percentages of Color #aaadfd

%33
%32
%0
%1

Triadic Colors of #aaadfd

#aaadfd #fdaaad #adfdaa

Analogous Colors of #aaadfd

#aaadfd #d1aafd #aad7fd

Monochromatic Colors of #aaadfd

#aaadfd

Complementary Color

#aaadfd #fdfaaa

#aaadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadfd Color CSS Codes

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

#aaadfd Text Font Color

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

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


#aaadfd Background Color

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

This div background color is #aaadfd


#aaadfd Border Color

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

This div border color is #aaadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.