Color Hex Logo

#aca458 Color Hex

#ACA458
(172,164,88)
0 Favorites   0 Comments

Color spaces of #aca458

RGB 17216488
HSL0.150.340.51
HSV54°49°67°
CMYK 0.000.050.49   0.33
XYZ32.050236.026214.4970
Yxy36.02620.38810.4363
Hunter Lab60.0218-9.723527.6950
CIE-Lab66.5399-7.758340.1843

#aca458 color RGB value is (172,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01011000
Octal 254 244 130
Decimal 172 164 88
Hex AC A4 58

RGB Percentages of Color #aca458

%40.57
%38.68
%20.75

CMYK Percentages of Color #aca458

%0
%5
%49
%33

Triadic Colors of #aca458

#aca458 #58aca4 #a458ac

Analogous Colors of #aca458

#aca458 #8aac58 #ac7a58

Monochromatic Colors of #aca458

#aca458

Complementary Color

#aca458 #5860ac

#aca458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca458 Color CSS Codes

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

#aca458 Text Font Color

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

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


#aca458 Background Color

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

This div background color is #aca458


#aca458 Border Color

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

This div border color is #aca458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca458


Comments

No comments written yet.

Please login to write comment.