Color Hex Logo

#ababbf Color Hex

#ABABBF
(171,171,191)
0 Favorites   0 Comments

Color spaces of #ababbf

RGB 171171191
HSL0.670.140.71
HSV240°10°75°
CMYK 0.100.100.00   0.25
XYZ40.761541.545355.1609
Yxy41.54530.29650.3022
Hunter Lab64.45560.0853-5.6212
CIE-Lab70.55633.9698-10.2013

#ababbf color RGB value is (171,171,191).

#ababbf hex color red value is 171, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ababbf hue: 0.67 , saturation: 0.14 and the lightness value of ababbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10111111
Octal 253 253 277
Decimal 171 171 191
Hex AB AB BF

RGB Percentages of Color #ababbf

%32.08
%32.08
%35.83

CMYK Percentages of Color #ababbf

%10
%10
%0
%25

Triadic Colors of #ababbf

#ababbf #bfabab #abbfab

Analogous Colors of #ababbf

#ababbf #b5abbf #abb5bf

Monochromatic Colors of #ababbf

#ababbf

Complementary Color

#ababbf #bfbfab

#ababbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababbf Color CSS Codes

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

#ababbf Text Font Color

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

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


#ababbf Background Color

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

This div background color is #ababbf


#ababbf Border Color

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

This div border color is #ababbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababbf


Comments

No comments written yet.

Please login to write comment.