Color Hex Logo

#abacb1 Color Hex

#ABACB1
(171,172,177)
0 Favorites   0 Comments

Color spaces of #abacb1

RGB 171172177
HSL0.640.040.68
HSV230°69°
CMYK 0.030.030.00   0.31
XYZ39.482941.337347.4929
Yxy41.33730.30770.3222
Hunter Lab64.2941-2.89811.2094
CIE-Lab70.41160.6090-2.6914

#abacb1 color RGB value is (171,172,177).

#abacb1 hex color red value is 171, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #abacb1 hue: 0.64 , saturation: 0.04 and the lightness value of abacb1 is 0.68.

The process color (four color CMYK) of #abacb1 color hex is 0.03, 0.03, 0.00, 0.31. Web safe color of #abacb1 is #999999. Color #abacb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10110001
Octal 253 254 261
Decimal 171 172 177
Hex AB AC B1

RGB Percentages of Color #abacb1

%32.88
%33.08
%34.04

CMYK Percentages of Color #abacb1

%3
%3
%0
%31

Triadic Colors of #abacb1

#abacb1 #b1abac #acb1ab

Analogous Colors of #abacb1

#abacb1 #adabb1 #abafb1

Monochromatic Colors of #abacb1

#abacb1

Complementary Color

#abacb1 #b1b0ab

#abacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacb1 Color CSS Codes

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

#abacb1 Text Font Color

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

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


#abacb1 Background Color

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

This div background color is #abacb1


#abacb1 Border Color

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

This div border color is #abacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacb1


Comments

No comments written yet.

Please login to write comment.