Color Hex Logo

#aabcdb Color Hex

#AABCDB
(170,188,219)
0 Favorites   0 Comments

Color spaces of #aabcdb

RGB 170188219
HSL0.610.400.76
HSV218°22°86°
CMYK 0.220.140.00   0.14
XYZ47.347049.627074.1013
Yxy49.62700.27680.2901
Hunter Lab70.4464-3.3115-13.0536
CIE-Lab75.83970.4974-17.5770

#aabcdb color RGB value is (170,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11011011
Octal 252 274 333
Decimal 170 188 219
Hex AA BC DB

RGB Percentages of Color #aabcdb

%29.46
%32.58
%37.95

CMYK Percentages of Color #aabcdb

%22
%14
%0
%14

Triadic Colors of #aabcdb

#aabcdb #dbaabc #bcdbaa

Analogous Colors of #aabcdb

#aabcdb #b1aadb #aad5db

Monochromatic Colors of #aabcdb

#aabcdb

Complementary Color

#aabcdb #dbc9aa

#aabcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcdb Color CSS Codes

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

#aabcdb Text Font Color

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

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


#aabcdb Background Color

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

This div background color is #aabcdb


#aabcdb Border Color

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

This div border color is #aabcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcdb


Comments

No comments written yet.

Please login to write comment.