Color Hex Logo

#aca568 Color Hex

#ACA568
(172,165,104)
0 Favorites   0 Comments

Color spaces of #aca568

RGB 172165104
HSL0.150.290.54
HSV54°40°67°
CMYK 0.000.040.40   0.33
XYZ32.967136.680418.4392
Yxy36.68040.37430.4164
Hunter Lab60.5643-8.824424.3438
CIE-Lab67.0366-6.611432.5150

#aca568 color RGB value is (172,165,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01101000
Octal 254 245 150
Decimal 172 165 104
Hex AC A5 68

RGB Percentages of Color #aca568

%39.00
%37.41
%23.58

CMYK Percentages of Color #aca568

%0
%4
%40
%33

Triadic Colors of #aca568

#aca568 #68aca5 #a568ac

Analogous Colors of #aca568

#aca568 #91ac68 #ac8368

Monochromatic Colors of #aca568

#aca568

Complementary Color

#aca568 #686fac

#aca568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca568 Color CSS Codes

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

#aca568 Text Font Color

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

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


#aca568 Background Color

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

This div background color is #aca568


#aca568 Border Color

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

This div border color is #aca568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca568


Comments

No comments written yet.

Please login to write comment.