Color Hex Logo

#aab1db Color Hex

#AAB1DB
(170,177,219)
0 Favorites   0 Comments

Color spaces of #aab1db

RGB 170177219
HSL0.640.400.76
HSV231°22°86°
CMYK 0.220.190.00   0.14
XYZ45.085945.104873.3476
Yxy45.10480.27570.2758
Hunter Lab67.16012.3004-17.7403
CIE-Lab72.96086.4938-21.9421

#aab1db color RGB value is (170,177,219).

#aab1db hex color red value is 170, green value is 177 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aab1db hue: 0.64 , saturation: 0.40 and the lightness value of aab1db is 0.76.

The process color (four color CMYK) of #aab1db color hex is 0.22, 0.19, 0.00, 0.14. Web safe color of #aab1db is #9999cc. Color #aab1db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 11011011
Octal 252 261 333
Decimal 170 177 219
Hex AA B1 DB

RGB Percentages of Color #aab1db

%30.04
%31.27
%38.69

CMYK Percentages of Color #aab1db

%22
%19
%0
%14

Triadic Colors of #aab1db

#aab1db #dbaab1 #b1dbaa

Analogous Colors of #aab1db

#aab1db #bcaadb #aacadb

Monochromatic Colors of #aab1db

#aab1db

Complementary Color

#aab1db #dbd4aa

#aab1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab1db Color CSS Codes

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

#aab1db Text Font Color

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

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


#aab1db Background Color

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

This div background color is #aab1db


#aab1db Border Color

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

This div border color is #aab1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab1db


Comments

No comments written yet.

Please login to write comment.