Color Hex Logo

#aca868 Color Hex

#ACA868
(172,168,104)
0 Favorites   0 Comments

Color spaces of #aca868

RGB 172168104
HSL0.160.290.54
HSV56°40°67°
CMYK 0.000.020.40   0.33
XYZ33.514637.775418.6217
Yxy37.77540.37280.4201
Hunter Lab61.4617-10.223325.0595
CIE-Lab67.8548-8.204033.5618

#aca868 color RGB value is (172,168,104).

#aca868 hex color red value is 172, green value is 168 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aca868 hue: 0.16 , saturation: 0.29 and the lightness value of aca868 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01101000
Octal 254 250 150
Decimal 172 168 104
Hex AC A8 68

RGB Percentages of Color #aca868

%38.74
%37.84
%23.42

CMYK Percentages of Color #aca868

%0
%2
%40
%33

Triadic Colors of #aca868

#aca868 #68aca8 #a868ac

Analogous Colors of #aca868

#aca868 #8eac68 #ac8668

Monochromatic Colors of #aca868

#aca868

Complementary Color

#aca868 #686cac

#aca868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca868 Color CSS Codes

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

#aca868 Text Font Color

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

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


#aca868 Background Color

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

This div background color is #aca868


#aca868 Border Color

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

This div border color is #aca868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca868


Comments

No comments written yet.

Please login to write comment.