Color Hex Logo

#aca530 Color Hex

#ACA530
(172,165,48)
0 Favorites   0 Comments

Color spaces of #aca530

RGB 17216548
HSL0.160.560.43
HSV57°72°67°
CMYK 0.000.040.72   0.33
XYZ31.001935.89438.0906
Yxy35.89430.41340.4787
Hunter Lab59.9119-12.479433.9317
CIE-Lab66.4391-11.160158.0543

#aca530 color RGB value is (172,165,48).

#aca530 hex color red value is 172, green value is 165 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aca530 hue: 0.16 , saturation: 0.56 and the lightness value of aca530 is 0.43.

The process color (four color CMYK) of #aca530 color hex is 0.00, 0.04, 0.72, 0.33. Web safe color of #aca530 is #999933. Color #aca530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00110000
Octal 254 245 60
Decimal 172 165 48
Hex AC A5 30

RGB Percentages of Color #aca530

%44.68
%42.86
%12.47

CMYK Percentages of Color #aca530

%0
%4
%72
%33

Triadic Colors of #aca530

#aca530 #30aca5 #a530ac

Analogous Colors of #aca530

#aca530 #75ac30 #ac6730

Monochromatic Colors of #aca530

#aca530

Complementary Color

#aca530 #3037ac

#aca530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca530 Color CSS Codes

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

#aca530 Text Font Color

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

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


#aca530 Background Color

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

This div background color is #aca530


#aca530 Border Color

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

This div border color is #aca530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca530


Comments

No comments written yet.

Please login to write comment.