Color Hex Logo

#aba1bd Color Hex

#ABA1BD
(171,161,189)
0 Favorites   0 Comments

Color spaces of #aba1bd

RGB 171161189
HSL0.730.180.69
HSV261°15°74°
CMYK 0.100.150.00   0.26
XYZ38.724837.821853.4034
Yxy37.82180.29800.2910
Hunter Lab61.49944.7734-8.4352
CIE-Lab67.88919.0787-13.0883

#aba1bd color RGB value is (171,161,189).

#aba1bd hex color red value is 171, green value is 161 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aba1bd hue: 0.73 , saturation: 0.18 and the lightness value of aba1bd is 0.69.

The process color (four color CMYK) of #aba1bd color hex is 0.10, 0.15, 0.00, 0.26. Web safe color of #aba1bd is #9999cc. Color #aba1bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10111101
Octal 253 241 275
Decimal 171 161 189
Hex AB A1 BD

RGB Percentages of Color #aba1bd

%32.82
%30.90
%36.28

CMYK Percentages of Color #aba1bd

%10
%15
%0
%26

Triadic Colors of #aba1bd

#aba1bd #bdaba1 #a1bdab

Analogous Colors of #aba1bd

#aba1bd #b9a1bd #a1a5bd

Monochromatic Colors of #aba1bd

#aba1bd

Complementary Color

#aba1bd #b3bda1

#aba1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1bd Color CSS Codes

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

#aba1bd Text Font Color

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

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


#aba1bd Background Color

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

This div background color is #aba1bd


#aba1bd Border Color

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

This div border color is #aba1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1bd


Comments

No comments written yet.

Please login to write comment.