Color Hex Logo

#aca721 Color Hex

#ACA721
(172,167,33)
0 Favorites   0 Comments

Color spaces of #aca721

RGB 17216733
HSL0.160.680.40
HSV58°81°67°
CMYK 0.000.030.81   0.33
XYZ31.106536.51796.8480
Yxy36.51790.41770.4904
Hunter Lab60.4300-13.869335.5822
CIE-Lab66.9138-12.819463.4186

#aca721 color RGB value is (172,167,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00100001
Octal 254 247 41
Decimal 172 167 33
Hex AC A7 21

RGB Percentages of Color #aca721

%46.24
%44.89
%8.87

CMYK Percentages of Color #aca721

%0
%3
%81
%33

Triadic Colors of #aca721

#aca721 #21aca7 #a721ac

Analogous Colors of #aca721

#aca721 #6cac21 #ac6221

Monochromatic Colors of #aca721

#aca721

Complementary Color

#aca721 #2126ac

#aca721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca721 Color CSS Codes

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

#aca721 Text Font Color

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

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


#aca721 Background Color

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

This div background color is #aca721


#aca721 Border Color

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

This div border color is #aca721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca721


Comments

No comments written yet.

Please login to write comment.