Color Hex Logo

#aca621 Color Hex

#ACA621
(172,166,33)
0 Favorites   0 Comments

Color spaces of #aca621

RGB 17216633
HSL0.160.680.40
HSV57°81°67°
CMYK 0.000.030.81   0.33
XYZ30.924036.15296.7872
Yxy36.15290.41870.4895
Hunter Lab60.1273-13.418635.3964
CIE-Lab66.6366-12.299963.1768

#aca621 color RGB value is (172,166,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00100001
Octal 254 246 41
Decimal 172 166 33
Hex AC A6 21

RGB Percentages of Color #aca621

%46.36
%44.74
%8.89

CMYK Percentages of Color #aca621

%0
%3
%81
%33

Triadic Colors of #aca621

#aca621 #21aca6 #a621ac

Analogous Colors of #aca621

#aca621 #6dac21 #ac6121

Monochromatic Colors of #aca621

#aca621

Complementary Color

#aca621 #2127ac

#aca621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca621 Color CSS Codes

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

#aca621 Text Font Color

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

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


#aca621 Background Color

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

This div background color is #aca621


#aca621 Border Color

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

This div border color is #aca621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,166,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 #aca621">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca621


Comments

No comments written yet.

Please login to write comment.