Color Hex Logo

#aba9db Color Hex

#ABA9DB
(171,169,219)
0 Favorites   0 Comments

Color spaces of #aba9db

RGB 171169219
HSL0.670.410.76
HSV242°23°86°
CMYK 0.220.230.00   0.14
XYZ43.768742.148372.8464
Yxy42.14830.27570.2655
Hunter Lab64.92176.7275-21.0820
CIE-Lab70.973011.2268-24.9691

#aba9db color RGB value is (171,169,219).

#aba9db hex color red value is 171, green value is 169 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aba9db hue: 0.67 , saturation: 0.41 and the lightness value of aba9db is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 11011011
Octal 253 251 333
Decimal 171 169 219
Hex AB A9 DB

RGB Percentages of Color #aba9db

%30.59
%30.23
%39.18

CMYK Percentages of Color #aba9db

%22
%23
%0
%14

Triadic Colors of #aba9db

#aba9db #dbaba9 #a9dbab

Analogous Colors of #aba9db

#aba9db #c4a9db #a9c0db

Monochromatic Colors of #aba9db

#aba9db

Complementary Color

#aba9db #d9dba9

#aba9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba9db Color CSS Codes

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

#aba9db Text Font Color

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

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


#aba9db Background Color

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

This div background color is #aba9db


#aba9db Border Color

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

This div border color is #aba9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba9db


Comments

No comments written yet.

Please login to write comment.