Color Hex Logo

#abacbf Color Hex

#ABACBF
(171,172,191)
0 Favorites   0 Comments

Color spaces of #abacbf

RGB 171172191
HSL0.660.140.71
HSV237°10°75°
CMYK 0.100.100.00   0.25
XYZ40.951141.924655.2241
Yxy41.92460.29650.3036
Hunter Lab64.7492-0.4175-5.2435
CIE-Lab70.81893.4215-9.8094

#abacbf color RGB value is (171,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10111111
Octal 253 254 277
Decimal 171 172 191
Hex AB AC BF

RGB Percentages of Color #abacbf

%32.02
%32.21
%35.77

CMYK Percentages of Color #abacbf

%10
%10
%0
%25

Triadic Colors of #abacbf

#abacbf #bfabac #acbfab

Analogous Colors of #abacbf

#abacbf #b4abbf #abb6bf

Monochromatic Colors of #abacbf

#abacbf

Complementary Color

#abacbf #bfbeab

#abacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacbf Color CSS Codes

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

#abacbf Text Font Color

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

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


#abacbf Background Color

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

This div background color is #abacbf


#abacbf Border Color

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

This div border color is #abacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacbf


Comments

No comments written yet.

Please login to write comment.