Color Hex Logo

#aba9dd Color Hex

#ABA9DD
(171,169,221)
0 Favorites   0 Comments

Color spaces of #aba9dd

RGB 171169221
HSL0.670.430.76
HSV242°24°87°
CMYK 0.230.240.00   0.13
XYZ44.033742.254374.2417
Yxy42.25430.27430.2632
Hunter Lab65.00337.1614-22.2141
CIE-Lab71.045911.6905-25.9533

#aba9dd color RGB value is (171,169,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 11011101
Octal 253 251 335
Decimal 171 169 221
Hex AB A9 DD

RGB Percentages of Color #aba9dd

%30.48
%30.12
%39.39

CMYK Percentages of Color #aba9dd

%23
%24
%0
%13

Triadic Colors of #aba9dd

#aba9dd #ddaba9 #a9ddab

Analogous Colors of #aba9dd

#aba9dd #c5a9dd #a9c1dd

Monochromatic Colors of #aba9dd

#aba9dd

Complementary Color

#aba9dd #dbdda9

#aba9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba9dd Color CSS Codes

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

#aba9dd Text Font Color

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

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


#aba9dd Background Color

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

This div background color is #aba9dd


#aba9dd Border Color

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

This div border color is #aba9dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,169,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba9dd


Comments

No comments written yet.

Please login to write comment.