Color Hex Logo

#aca468 Color Hex

#ACA468
(172,164,104)
0 Favorites   0 Comments

Color spaces of #aca468

RGB 172164104
HSL0.150.290.54
HSV53°40°67°
CMYK 0.000.050.40   0.33
XYZ32.787436.321118.3793
Yxy36.32110.37480.4152
Hunter Lab60.2670-8.356824.1055
CIE-Lab66.7645-6.078432.1659

#aca468 color RGB value is (172,164,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01101000
Octal 254 244 150
Decimal 172 164 104
Hex AC A4 68

RGB Percentages of Color #aca468

%39.09
%37.27
%23.64

CMYK Percentages of Color #aca468

%0
%5
%40
%33

Triadic Colors of #aca468

#aca468 #68aca4 #a468ac

Analogous Colors of #aca468

#aca468 #92ac68 #ac8268

Monochromatic Colors of #aca468

#aca468

Complementary Color

#aca468 #6870ac

#aca468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca468 Color CSS Codes

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

#aca468 Text Font Color

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

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


#aca468 Background Color

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

This div background color is #aca468


#aca468 Border Color

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

This div border color is #aca468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca468


Comments

No comments written yet.

Please login to write comment.