Color Hex Logo

#aaabfd Color Hex

#AAABFD
(170,171,253)
0 Favorites   0 Comments

Color spaces of #aaabfd

RGB 170171253
HSL0.660.950.83
HSV239°33°99°
CMYK 0.330.320.00   0.01
XYZ48.870144.763798.9930
Yxy44.76370.25370.2324
Hunter Lab66.905713.2973-40.8909
CIE-Lab72.736018.0808-40.7582

#aaabfd color RGB value is (170,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11111101
Octal 252 253 375
Decimal 170 171 253
Hex AA AB FD

RGB Percentages of Color #aaabfd

%28.62
%28.79
%42.59

CMYK Percentages of Color #aaabfd

%33
%32
%0
%1

Triadic Colors of #aaabfd

#aaabfd #fdaaab #abfdaa

Analogous Colors of #aaabfd

#aaabfd #d3aafd #aad5fd

Monochromatic Colors of #aaabfd

#aaabfd

Complementary Color

#aaabfd #fdfcaa

#aaabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabfd Color CSS Codes

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

#aaabfd Text Font Color

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

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


#aaabfd Background Color

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

This div background color is #aaabfd


#aaabfd Border Color

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

This div border color is #aaabfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,171,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 #aaabfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabfd


Comments

No comments written yet.

Please login to write comment.