Color Hex Logo

#aab9fd Color Hex

#AAB9FD
(170,185,253)
0 Favorites   0 Comments

Color spaces of #aab9fd

RGB 170185253
HSL0.640.950.83
HSV229°33°99°
CMYK 0.330.270.00   0.01
XYZ51.656150.335899.9217
Yxy50.33580.25580.2493
Hunter Lab70.94775.8050-33.8397
CIE-Lab76.274910.2986-35.2607

#aab9fd color RGB value is (170,185,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 11111101
Octal 252 271 375
Decimal 170 185 253
Hex AA B9 FD

RGB Percentages of Color #aab9fd

%27.96
%30.43
%41.61

CMYK Percentages of Color #aab9fd

%33
%27
%0
%1

Triadic Colors of #aab9fd

#aab9fd #fdaab9 #b9fdaa

Analogous Colors of #aab9fd

#aab9fd #c5aafd #aae3fd

Monochromatic Colors of #aab9fd

#aab9fd

Complementary Color

#aab9fd #fdeeaa

#aab9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9fd Color CSS Codes

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

#aab9fd Text Font Color

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

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


#aab9fd Background Color

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

This div background color is #aab9fd


#aab9fd Border Color

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

This div border color is #aab9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.