Color Hex Logo

#aba7bd Color Hex

#ABA7BD
(171,167,189)
0 Favorites   0 Comments

Color spaces of #aba7bd

RGB 171167189
HSL0.700.140.70
HSV251°12°74°
CMYK 0.100.120.00   0.26
XYZ39.798639.969553.7614
Yxy39.96950.29810.2993
Hunter Lab63.22141.7302-6.1632
CIE-Lab69.44785.7550-10.7525

#aba7bd color RGB value is (171,167,189).

#aba7bd hex color red value is 171, green value is 167 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aba7bd hue: 0.70 , saturation: 0.14 and the lightness value of aba7bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10111101
Octal 253 247 275
Decimal 171 167 189
Hex AB A7 BD

RGB Percentages of Color #aba7bd

%32.45
%31.69
%35.86

CMYK Percentages of Color #aba7bd

%10
%12
%0
%26

Triadic Colors of #aba7bd

#aba7bd #bdaba7 #a7bdab

Analogous Colors of #aba7bd

#aba7bd #b6a7bd #a7aebd

Monochromatic Colors of #aba7bd

#aba7bd

Complementary Color

#aba7bd #b9bda7

#aba7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7bd Color CSS Codes

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

#aba7bd Text Font Color

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

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


#aba7bd Background Color

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

This div background color is #aba7bd


#aba7bd Border Color

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

This div border color is #aba7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7bd


Comments

No comments written yet.

Please login to write comment.