Color Hex Logo

#aca733 Color Hex

#ACA733
(172,167,51)
0 Favorites   0 Comments

Color spaces of #aca733

RGB 17216751
HSL0.160.540.44
HSV58°70°67°
CMYK 0.000.030.70   0.33
XYZ31.429536.64718.5491
Yxy36.64710.41020.4783
Hunter Lab60.5368-13.265934.0028
CIE-Lab67.0114-12.051957.4818

#aca733 color RGB value is (172,167,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00110011
Octal 254 247 63
Decimal 172 167 51
Hex AC A7 33

RGB Percentages of Color #aca733

%44.10
%42.82
%13.08

CMYK Percentages of Color #aca733

%0
%3
%70
%33

Triadic Colors of #aca733

#aca733 #33aca7 #a733ac

Analogous Colors of #aca733

#aca733 #75ac33 #ac6b33

Monochromatic Colors of #aca733

#aca733

Complementary Color

#aca733 #3338ac

#aca733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca733 Color CSS Codes

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

#aca733 Text Font Color

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

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


#aca733 Background Color

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

This div background color is #aca733


#aca733 Border Color

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

This div border color is #aca733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca733


Comments

No comments written yet.

Please login to write comment.