Color Hex Logo

#aabafd Color Hex

#AABAFD
(170,186,253)
0 Favorites   0 Comments

Color spaces of #aabafd

RGB 170186253
HSL0.630.950.83
HSV228°33°99°
CMYK 0.330.260.00   0.01
XYZ51.866150.755799.9917
Yxy50.75570.25600.2505
Hunter Lab71.24305.2756-33.3451
CIE-Lab76.53089.7479-34.8649

#aabafd color RGB value is (170,186,253).

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

The process color (four color CMYK) of #aabafd color hex is 0.33, 0.26, 0.00, 0.01. Web safe color of #aabafd is #99ccff. Color #aabafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11111101
Octal 252 272 375
Decimal 170 186 253
Hex AA BA FD

RGB Percentages of Color #aabafd

%27.91
%30.54
%41.54

CMYK Percentages of Color #aabafd

%33
%26
%0
%1

Triadic Colors of #aabafd

#aabafd #fdaaba #bafdaa

Analogous Colors of #aabafd

#aabafd #c4aafd #aae4fd

Monochromatic Colors of #aabafd

#aabafd

Complementary Color

#aabafd #fdedaa

#aabafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabafd Color CSS Codes

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

#aabafd Text Font Color

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

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


#aabafd Background Color

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

This div background color is #aabafd


#aabafd Border Color

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

This div border color is #aabafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabafd


Comments

No comments written yet.

Please login to write comment.