Color Hex Logo

#acb1c1 Color Hex

#ACB1C1
(172,177,193)
0 Favorites   0 Comments

Color spaces of #acb1c1

RGB 172177193
HSL0.630.140.72
HSV226°11°76°
CMYK 0.110.080.00   0.24
XYZ42.361044.065256.7248
Yxy44.06520.29590.3078
Hunter Lab66.3816-2.2592-4.1977
CIE-Lab72.27211.4430-8.7358

#acb1c1 color RGB value is (172,177,193).

#acb1c1 hex color red value is 172, green value is 177 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #acb1c1 hue: 0.63 , saturation: 0.14 and the lightness value of acb1c1 is 0.72.

The process color (four color CMYK) of #acb1c1 color hex is 0.11, 0.08, 0.00, 0.24. Web safe color of #acb1c1 is #9999cc. Color #acb1c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11000001
Octal 254 261 301
Decimal 172 177 193
Hex AC B1 C1

RGB Percentages of Color #acb1c1

%31.73
%32.66
%35.61

CMYK Percentages of Color #acb1c1

%11
%8
%0
%24

Triadic Colors of #acb1c1

#acb1c1 #c1acb1 #b1c1ac

Analogous Colors of #acb1c1

#acb1c1 #b2acc1 #acbcc1

Monochromatic Colors of #acb1c1

#acb1c1

Complementary Color

#acb1c1 #c1bcac

#acb1c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1c1 Color CSS Codes

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

#acb1c1 Text Font Color

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

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


#acb1c1 Background Color

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

This div background color is #acb1c1


#acb1c1 Border Color

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

This div border color is #acb1c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1c1


Comments

No comments written yet.

Please login to write comment.