Color Hex Logo

#aca732 Color Hex

#ACA732
(172,167,50)
0 Favorites   0 Comments

Color spaces of #aca732

RGB 17216750
HSL0.160.550.44
HSV58°71°67°
CMYK 0.000.030.71   0.33
XYZ31.407736.63848.4342
Yxy36.63840.41070.4791
Hunter Lab60.5297-13.306634.1093
CIE-Lab67.0049-12.103557.8559

#aca732 color RGB value is (172,167,50).

#aca732 hex color red value is 172, green value is 167 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aca732 hue: 0.16 , saturation: 0.55 and the lightness value of aca732 is 0.44.

The process color (four color CMYK) of #aca732 color hex is 0.00, 0.03, 0.71, 0.33. Web safe color of #aca732 is #999933. Color #aca732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00110010
Octal 254 247 62
Decimal 172 167 50
Hex AC A7 32

RGB Percentages of Color #aca732

%44.22
%42.93
%12.85

CMYK Percentages of Color #aca732

%0
%3
%71
%33

Triadic Colors of #aca732

#aca732 #32aca7 #a732ac

Analogous Colors of #aca732

#aca732 #74ac32 #ac6a32

Monochromatic Colors of #aca732

#aca732

Complementary Color

#aca732 #3237ac

#aca732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca732 Color CSS Codes

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

#aca732 Text Font Color

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

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


#aca732 Background Color

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

This div background color is #aca732


#aca732 Border Color

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

This div border color is #aca732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca732


Comments

No comments written yet.

Please login to write comment.