Color Hex Logo

#acb7b0 Color Hex

#ACB7B0
(172,183,176)
0 Favorites   0 Comments

Color spaces of #acb7b0

RGB 172183176
HSL0.390.070.70
HSV142°72°
CMYK 0.060.000.04   0.28
XYZ41.783245.772247.7070
Yxy45.77220.30890.3384
Hunter Lab67.6552-8.15665.5503
CIE-Lab73.3975-5.15232.2291

#acb7b0 color RGB value is (172,183,176).

#acb7b0 hex color red value is 172, green value is 183 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #acb7b0 hue: 0.39 , saturation: 0.07 and the lightness value of acb7b0 is 0.70.

The process color (four color CMYK) of #acb7b0 color hex is 0.06, 0.00, 0.04, 0.28. Web safe color of #acb7b0 is #99cc99. Color #acb7b0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 10110000
Octal 254 267 260
Decimal 172 183 176
Hex AC B7 B0

RGB Percentages of Color #acb7b0

%32.39
%34.46
%33.15

CMYK Percentages of Color #acb7b0

%6
%0
%4
%28

Triadic Colors of #acb7b0

#acb7b0 #b0acb7 #b7b0ac

Analogous Colors of #acb7b0

#acb7b0 #acb7b6 #aeb7ac

Monochromatic Colors of #acb7b0

#acb7b0

Complementary Color

#acb7b0 #b7acb3

#acb7b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7b0 Color CSS Codes

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

#acb7b0 Text Font Color

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

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


#acb7b0 Background Color

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

This div background color is #acb7b0


#acb7b0 Border Color

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

This div border color is #acb7b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7b0


Comments

No comments written yet.

Please login to write comment.