Color Hex Logo

#acb2ac Color Hex

#ACB2AC
(172,178,172)
0 Favorites   0 Comments

Color spaces of #acb2ac

RGB 172178172
HSL0.330.040.69
HSV120°70°
CMYK 0.030.000.03   0.30
XYZ40.380043.590045.3152
Yxy43.59000.31230.3372
Hunter Lab66.0227-6.36785.5218
CIE-Lab71.9536-3.23312.3219

#acb2ac color RGB value is (172,178,172).

#acb2ac hex color red value is 172, green value is 178 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acb2ac hue: 0.33 , saturation: 0.04 and the lightness value of acb2ac is 0.69.

The process color (four color CMYK) of #acb2ac color hex is 0.03, 0.00, 0.03, 0.30. Web safe color of #acb2ac is #999999. Color #acb2ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10101100
Octal 254 262 254
Decimal 172 178 172
Hex AC B2 AC

RGB Percentages of Color #acb2ac

%32.95
%34.10
%32.95

CMYK Percentages of Color #acb2ac

%3
%0
%3
%30

Triadic Colors of #acb2ac

#acb2ac #acacb2 #b2acac

Analogous Colors of #acb2ac

#acb2ac #acb2af #afb2ac

Monochromatic Colors of #acb2ac

#acb2ac

Complementary Color

#acb2ac #b2acb2

#acb2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2ac Color CSS Codes

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

#acb2ac Text Font Color

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

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


#acb2ac Background Color

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

This div background color is #acb2ac


#acb2ac Border Color

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

This div border color is #acb2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2ac

#acb2ac Color Palettes


Comments

No comments written yet.

Please login to write comment.