Color Hex Logo

#acab7b Color Hex

#ACAB7B
(172,171,123)
0 Favorites   0 Comments

Color spaces of #acab7b

RGB 172171123
HSL0.160.230.58
HSV59°28°67°
CMYK 0.000.010.28   0.33
XYZ35.151339.326524.4770
Yxy39.32650.35520.3974
Hunter Lab62.7108-9.689420.7558
CIE-Lab68.9871-7.425824.9214

#acab7b color RGB value is (172,171,123).

#acab7b hex color red value is 172, green value is 171 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #acab7b hue: 0.16 , saturation: 0.23 and the lightness value of acab7b is 0.58.

The process color (four color CMYK) of #acab7b color hex is 0.00, 0.01, 0.28, 0.33. Web safe color of #acab7b is #999966. Color #acab7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01111011
Octal 254 253 173
Decimal 172 171 123
Hex AC AB 7B

RGB Percentages of Color #acab7b

%36.91
%36.70
%26.39

CMYK Percentages of Color #acab7b

%0
%1
%28
%33

Triadic Colors of #acab7b

#acab7b #7bacab #ab7bac

Analogous Colors of #acab7b

#acab7b #95ac7b #ac937b

Monochromatic Colors of #acab7b

#acab7b

Complementary Color

#acab7b #7b7cac

#acab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab7b Color CSS Codes

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

#acab7b Text Font Color

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

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


#acab7b Background Color

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

This div background color is #acab7b


#acab7b Border Color

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

This div border color is #acab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab7b


Comments

No comments written yet.

Please login to write comment.