Color Hex Logo

#aab7db Color Hex

#AAB7DB
(170,183,219)
0 Favorites   0 Comments

Color spaces of #aab7db

RGB 170183219
HSL0.620.400.76
HSV224°22°86°
CMYK 0.220.160.00   0.14
XYZ46.297247.527573.7514
Yxy47.52750.27630.2836
Hunter Lab68.9402-0.7726-15.1696
CIE-Lab74.52593.2091-19.5648

#aab7db color RGB value is (170,183,219).

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

The process color (four color CMYK) of #aab7db color hex is 0.22, 0.16, 0.00, 0.14. Web safe color of #aab7db is #99cccc. Color #aab7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 11011011
Octal 252 267 333
Decimal 170 183 219
Hex AA B7 DB

RGB Percentages of Color #aab7db

%29.72
%31.99
%38.29

CMYK Percentages of Color #aab7db

%22
%16
%0
%14

Triadic Colors of #aab7db

#aab7db #dbaab7 #b7dbaa

Analogous Colors of #aab7db

#aab7db #b6aadb #aad0db

Monochromatic Colors of #aab7db

#aab7db

Complementary Color

#aab7db #dbceaa

#aab7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7db Color CSS Codes

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

#aab7db Text Font Color

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

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


#aab7db Background Color

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

This div background color is #aab7db


#aab7db Border Color

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

This div border color is #aab7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7db


Comments

No comments written yet.

Please login to write comment.