Color Hex Logo

#acbcac Color Hex

#ACBCAC
(172,188,172)
0 Favorites   0 Comments

Color spaces of #acbcac

RGB 172188172
HSL0.330.110.71
HSV120°74°
CMYK 0.090.000.09   0.26
XYZ42.442947.715746.0028
Yxy47.71570.31170.3504
Hunter Lab69.0766-11.20778.8683
CIE-Lab74.6453-8.54036.2112

#acbcac color RGB value is (172,188,172).

#acbcac hex color red value is 172, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acbcac hue: 0.33 , saturation: 0.11 and the lightness value of acbcac is 0.71.

The process color (four color CMYK) of #acbcac color hex is 0.09, 0.00, 0.09, 0.26. Web safe color of #acbcac is #99cc99. Color #acbcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10101100
Octal 254 274 254
Decimal 172 188 172
Hex AC BC AC

RGB Percentages of Color #acbcac

%32.33
%35.34
%32.33

CMYK Percentages of Color #acbcac

%9
%0
%9
%26

Triadic Colors of #acbcac

#acbcac #acacbc #bcacac

Analogous Colors of #acbcac

#acbcac #acbcb4 #b4bcac

Monochromatic Colors of #acbcac

#acbcac

Complementary Color

#acbcac #bcacbc

#acbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcac Color CSS Codes

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

#acbcac Text Font Color

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

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


#acbcac Background Color

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

This div background color is #acbcac


#acbcac Border Color

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

This div border color is #acbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcac


Comments

No comments written yet.

Please login to write comment.