Color Hex Logo

#aca068 Color Hex

#ACA068
(172,160,104)
0 Favorites   0 Comments

Color spaces of #aca068

RGB 172160104
HSL0.140.290.54
HSV49°40°67°
CMYK 0.000.070.40   0.33
XYZ32.082834.911718.1444
Yxy34.91170.37680.4101
Hunter Lab59.0861-6.478123.1533
CIE-Lab65.6799-3.933230.7687

#aca068 color RGB value is (172,160,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01101000
Octal 254 240 150
Decimal 172 160 104
Hex AC A0 68

RGB Percentages of Color #aca068

%39.45
%36.70
%23.85

CMYK Percentages of Color #aca068

%0
%7
%40
%33

Triadic Colors of #aca068

#aca068 #68aca0 #a068ac

Analogous Colors of #aca068

#aca068 #96ac68 #ac7e68

Monochromatic Colors of #aca068

#aca068

Complementary Color

#aca068 #6874ac

#aca068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca068 Color CSS Codes

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

#aca068 Text Font Color

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

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


#aca068 Background Color

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

This div background color is #aca068


#aca068 Border Color

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

This div border color is #aca068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca068


Comments

No comments written yet.

Please login to write comment.