Color Hex Logo

#acac6b Color Hex

#ACAC6B
(172,172,107)
0 Favorites   0 Comments

Color spaces of #acac6b

RGB 172172107
HSL0.170.280.55
HSV60°38°67°
CMYK 0.000.000.38   0.33
XYZ34.419639.337219.6887
Yxy39.33720.36830.4210
Hunter Lab62.7194-11.800425.2914
CIE-Lab68.9948-9.966733.4463

#acac6b color RGB value is (172,172,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01101011
Octal 254 254 153
Decimal 172 172 107
Hex AC AC 6B

RGB Percentages of Color #acac6b

%38.14
%38.14
%23.73

CMYK Percentages of Color #acac6b

%0
%0
%38
%33

Triadic Colors of #acac6b

#acac6b #6bacac #ac6bac

Analogous Colors of #acac6b

#acac6b #8cac6b #ac8c6b

Monochromatic Colors of #acac6b

#acac6b

Complementary Color

#acac6b #6b6bac

#acac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac6b Color CSS Codes

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

#acac6b Text Font Color

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

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


#acac6b Background Color

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

This div background color is #acac6b


#acac6b Border Color

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

This div border color is #acac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac6b


Comments

No comments written yet.

Please login to write comment.