Color Hex Logo

#aab0dc Color Hex

#AAB0DC
(170,176,220)
0 Favorites   0 Comments

Color spaces of #aab0dc

RGB 170176220
HSL0.650.420.76
HSV233°23°86°
CMYK 0.230.200.00   0.14
XYZ45.021244.764073.9776
Yxy44.76400.27490.2733
Hunter Lab66.90593.0279-18.7226
CIE-Lab72.73627.2753-22.8299

#aab0dc color RGB value is (170,176,220).

#aab0dc hex color red value is 170, green value is 176 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aab0dc hue: 0.65 , saturation: 0.42 and the lightness value of aab0dc is 0.76.

The process color (four color CMYK) of #aab0dc color hex is 0.23, 0.20, 0.00, 0.14. Web safe color of #aab0dc is #9999cc. Color #aab0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 11011100
Octal 252 260 334
Decimal 170 176 220
Hex AA B0 DC

RGB Percentages of Color #aab0dc

%30.04
%31.10
%38.87

CMYK Percentages of Color #aab0dc

%23
%20
%0
%14

Triadic Colors of #aab0dc

#aab0dc #dcaab0 #b0dcaa

Analogous Colors of #aab0dc

#aab0dc #bdaadc #aac9dc

Monochromatic Colors of #aab0dc

#aab0dc

Complementary Color

#aab0dc #dcd6aa

#aab0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab0dc Color CSS Codes

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

#aab0dc Text Font Color

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

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


#aab0dc Background Color

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

This div background color is #aab0dc


#aab0dc Border Color

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

This div border color is #aab0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab0dc


Comments

No comments written yet.

Please login to write comment.