Color Hex Logo

#aba4bb Color Hex

#ABA4BB
(171,164,187)
0 Favorites   0 Comments

Color spaces of #aba4bb

RGB 171164187
HSL0.720.140.69
HSV258°12°73°
CMYK 0.090.120.00   0.27
XYZ39.039738.796752.4446
Yxy38.79670.29970.2978
Hunter Lab62.28702.8764-6.3203
CIE-Lab68.60377.0003-10.9065

#aba4bb color RGB value is (171,164,187).

#aba4bb hex color red value is 171, green value is 164 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aba4bb hue: 0.72 , saturation: 0.14 and the lightness value of aba4bb is 0.69.

The process color (four color CMYK) of #aba4bb color hex is 0.09, 0.12, 0.00, 0.27. Web safe color of #aba4bb is #9999cc. Color #aba4bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 10111011
Octal 253 244 273
Decimal 171 164 187
Hex AB A4 BB

RGB Percentages of Color #aba4bb

%32.76
%31.42
%35.82

CMYK Percentages of Color #aba4bb

%9
%12
%0
%27

Triadic Colors of #aba4bb

#aba4bb #bbaba4 #a4bbab

Analogous Colors of #aba4bb

#aba4bb #b7a4bb #a4a9bb

Monochromatic Colors of #aba4bb

#aba4bb

Complementary Color

#aba4bb #b4bba4

#aba4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4bb Color CSS Codes

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

#aba4bb Text Font Color

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

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


#aba4bb Background Color

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

This div background color is #aba4bb


#aba4bb Border Color

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

This div border color is #aba4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4bb


Comments

No comments written yet.

Please login to write comment.