Color Hex Logo

#aab0df Color Hex

#AAB0DF
(170,176,223)
0 Favorites   0 Comments

Color spaces of #aab0df

RGB 170176223
HSL0.650.450.77
HSV233°24°87°
CMYK 0.240.210.00   0.13
XYZ45.422244.924476.0893
Yxy44.92440.27290.2699
Hunter Lab67.02573.6716-20.3896
CIE-Lab72.84217.9728-24.3047

#aab0df color RGB value is (170,176,223).

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

The process color (four color CMYK) of #aab0df color hex is 0.24, 0.21, 0.00, 0.13. Web safe color of #aab0df is #9999cc. Color #aab0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 11011111
Octal 252 260 337
Decimal 170 176 223
Hex AA B0 DF

RGB Percentages of Color #aab0df

%29.88
%30.93
%39.19

CMYK Percentages of Color #aab0df

%24
%21
%0
%13

Triadic Colors of #aab0df

#aab0df #dfaab0 #b0dfaa

Analogous Colors of #aab0df

#aab0df #bfaadf #aacbdf

Monochromatic Colors of #aab0df

#aab0df

Complementary Color

#aab0df #dfd9aa

#aab0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab0df Color CSS Codes

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

#aab0df Text Font Color

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

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


#aab0df Background Color

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

This div background color is #aab0df


#aab0df Border Color

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

This div border color is #aab0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab0df


Comments

No comments written yet.

Please login to write comment.