Color Hex Logo

#acab6b Color Hex

#ACAB6B
(172,171,107)
0 Favorites   0 Comments

Color spaces of #acab6b

RGB 172171107
HSL0.160.280.55
HSV59°38°67°
CMYK 0.000.010.38   0.33
XYZ34.230038.958019.6255
Yxy38.95800.36880.4197
Hunter Lab62.4163-11.336725.0490
CIE-Lab68.7208-9.441333.0951

#acab6b color RGB value is (172,171,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01101011
Octal 254 253 153
Decimal 172 171 107
Hex AC AB 6B

RGB Percentages of Color #acab6b

%38.22
%38.00
%23.78

CMYK Percentages of Color #acab6b

%0
%1
%38
%33

Triadic Colors of #acab6b

#acab6b #6bacab #ab6bac

Analogous Colors of #acab6b

#acab6b #8dac6b #ac8b6b

Monochromatic Colors of #acab6b

#acab6b

Complementary Color

#acab6b #6b6cac

#acab6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab6b Color CSS Codes

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

#acab6b Text Font Color

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

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


#acab6b Background Color

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

This div background color is #acab6b


#acab6b Border Color

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

This div border color is #acab6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab6b


Comments

No comments written yet.

Please login to write comment.