Color Hex Logo

#aba7bc Color Hex

#ABA7BC
(171,167,188)
0 Favorites   0 Comments

Color spaces of #aba7bc

RGB 171167188
HSL0.700.140.70
HSV251°11°74°
CMYK 0.090.110.00   0.26
XYZ39.690439.926253.1916
Yxy39.92620.29890.3006
Hunter Lab63.18721.5454-5.6799
CIE-Lab69.41695.5487-10.2453

#aba7bc color RGB value is (171,167,188).

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

The process color (four color CMYK) of #aba7bc color hex is 0.09, 0.11, 0.00, 0.26. Web safe color of #aba7bc is #9999cc. Color #aba7bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10111100
Octal 253 247 274
Decimal 171 167 188
Hex AB A7 BC

RGB Percentages of Color #aba7bc

%32.51
%31.75
%35.74

CMYK Percentages of Color #aba7bc

%9
%11
%0
%26

Triadic Colors of #aba7bc

#aba7bc #bcaba7 #a7bcab

Analogous Colors of #aba7bc

#aba7bc #b6a7bc #a7aebc

Monochromatic Colors of #aba7bc

#aba7bc

Complementary Color

#aba7bc #b8bca7

#aba7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7bc Color CSS Codes

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

#aba7bc Text Font Color

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

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


#aba7bc Background Color

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

This div background color is #aba7bc


#aba7bc Border Color

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

This div border color is #aba7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7bc


Comments

No comments written yet.

Please login to write comment.