Color Hex Logo

#aab0fd Color Hex

#AAB0FD
(170,176,253)
0 Favorites   0 Comments

Color spaces of #aab0fd

RGB 170176253
HSL0.650.950.83
HSV236°33°99°
CMYK 0.330.300.00   0.01
XYZ49.832546.688699.3138
Yxy46.68860.25450.2384
Hunter Lab68.329110.6045-38.3455
CIE-Lab73.990115.2875-38.8050

#aab0fd color RGB value is (170,176,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 11111101
Octal 252 260 375
Decimal 170 176 253
Hex AA B0 FD

RGB Percentages of Color #aab0fd

%28.38
%29.38
%42.24

CMYK Percentages of Color #aab0fd

%33
%30
%0
%1

Triadic Colors of #aab0fd

#aab0fd #fdaab0 #b0fdaa

Analogous Colors of #aab0fd

#aab0fd #ceaafd #aadafd

Monochromatic Colors of #aab0fd

#aab0fd

Complementary Color

#aab0fd #fdf7aa

#aab0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab0fd Color CSS Codes

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

#aab0fd Text Font Color

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

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


#aab0fd Background Color

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

This div background color is #aab0fd


#aab0fd Border Color

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

This div border color is #aab0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.