Color Hex Logo

#acbbac Color Hex

#ACBBAC
(172,187,172)
0 Favorites   0 Comments

Color spaces of #acbbac

RGB 172187172
HSL0.330.100.70
HSV120°73°
CMYK 0.080.000.08   0.27
XYZ42.230047.289945.9318
Yxy47.28990.31180.3491
Hunter Lab68.7677-10.72718.5359
CIE-Lab74.3748-8.01475.8222

#acbbac color RGB value is (172,187,172).

#acbbac hex color red value is 172, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acbbac hue: 0.33 , saturation: 0.10 and the lightness value of acbbac is 0.70.

The process color (four color CMYK) of #acbbac color hex is 0.08, 0.00, 0.08, 0.27. Web safe color of #acbbac is #99cc99. Color #acbbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10101100
Octal 254 273 254
Decimal 172 187 172
Hex AC BB AC

RGB Percentages of Color #acbbac

%32.39
%35.22
%32.39

CMYK Percentages of Color #acbbac

%8
%0
%8
%27

Triadic Colors of #acbbac

#acbbac #acacbb #bbacac

Analogous Colors of #acbbac

#acbbac #acbbb4 #b4bbac

Monochromatic Colors of #acbbac

#acbbac

Complementary Color

#acbbac #bbacbb

#acbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbac Color CSS Codes

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

#acbbac Text Font Color

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

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


#acbbac Background Color

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

This div background color is #acbbac


#acbbac Border Color

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

This div border color is #acbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbac


Comments

No comments written yet.

Please login to write comment.