Color Hex Logo

#aabbdb Color Hex

#AABBDB
(170,187,219)
0 Favorites   0 Comments

Color spaces of #aabbdb

RGB 170187219
HSL0.610.400.76
HSV219°22°86°
CMYK 0.220.150.00   0.14
XYZ47.134149.201274.0304
Yxy49.20120.27670.2888
Hunter Lab70.1436-2.8053-13.4749
CIE-Lab75.57631.0378-17.9750

#aabbdb color RGB value is (170,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11011011
Octal 252 273 333
Decimal 170 187 219
Hex AA BB DB

RGB Percentages of Color #aabbdb

%29.51
%32.47
%38.02

CMYK Percentages of Color #aabbdb

%22
%15
%0
%14

Triadic Colors of #aabbdb

#aabbdb #dbaabb #bbdbaa

Analogous Colors of #aabbdb

#aabbdb #b2aadb #aad4db

Monochromatic Colors of #aabbdb

#aabbdb

Complementary Color

#aabbdb #dbcaaa

#aabbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbdb Color CSS Codes

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

#aabbdb Text Font Color

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

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


#aabbdb Background Color

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

This div background color is #aabbdb


#aabbdb Border Color

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

This div border color is #aabbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbdb


Comments

No comments written yet.

Please login to write comment.