Color Hex Logo

#aab5ff Color Hex

#AAB5FF
(170,181,255)
0 Favorites   0 Comments

Color spaces of #aab5ff

RGB 170181255
HSL0.651.000.83
HSV232°33°100°
CMYK 0.330.290.00   0.00
XYZ51.151448.8138101.3338
Yxy48.81380.25410.2425
Hunter Lab69.86698.4176-37.0865
CIE-Lab75.335313.0152-37.7919

#aab5ff color RGB value is (170,181,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 11111111
Octal 252 265 377
Decimal 170 181 255
Hex AA B5 FF

RGB Percentages of Color #aab5ff

%28.05
%29.87
%42.08

CMYK Percentages of Color #aab5ff

%33
%29
%0
%0

Triadic Colors of #aab5ff

#aab5ff #ffaab5 #b5ffaa

Analogous Colors of #aab5ff

#aab5ff #caaaff #aae0ff

Monochromatic Colors of #aab5ff

#aab5ff

Complementary Color

#aab5ff #fff4aa

#aab5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5ff Color CSS Codes

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

#aab5ff Text Font Color

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

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


#aab5ff Background Color

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

This div background color is #aab5ff


#aab5ff Border Color

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

This div border color is #aab5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5ff


Comments

No comments written yet.

Please login to write comment.