Color Hex Logo

#aab9df Color Hex

#AAB9DF
(170,185,223)
0 Favorites   0 Comments

Color spaces of #aab9df

RGB 170185223
HSL0.620.450.77
HSV223°24°87°
CMYK 0.240.170.00   0.13
XYZ47.245848.571776.6972
Yxy48.57170.27390.2816
Hunter Lab69.6934-0.9567-16.4629
CIE-Lab75.18413.0409-20.7382

#aab9df color RGB value is (170,185,223).

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

The process color (four color CMYK) of #aab9df color hex is 0.24, 0.17, 0.00, 0.13. Web safe color of #aab9df is #99cccc. Color #aab9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 11011111
Octal 252 271 337
Decimal 170 185 223
Hex AA B9 DF

RGB Percentages of Color #aab9df

%29.41
%32.01
%38.58

CMYK Percentages of Color #aab9df

%24
%17
%0
%13

Triadic Colors of #aab9df

#aab9df #dfaab9 #b9dfaa

Analogous Colors of #aab9df

#aab9df #b6aadf #aad4df

Monochromatic Colors of #aab9df

#aab9df

Complementary Color

#aab9df #dfd0aa

#aab9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9df Color CSS Codes

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

#aab9df Text Font Color

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

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


#aab9df Background Color

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

This div background color is #aab9df


#aab9df Border Color

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

This div border color is #aab9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9df


Comments

No comments written yet.

Please login to write comment.