Color Hex Logo

#aca423 Color Hex

#ACA423
(172,164,35)
0 Favorites   0 Comments

Color spaces of #aca423

RGB 17216435
HSL0.160.660.41
HSV56°80°67°
CMYK 0.000.050.80   0.33
XYZ30.592135.44296.8189
Yxy35.44290.41990.4865
Hunter Lab59.5339-12.460434.8828
CIE-Lab66.0920-11.187562.1147

#aca423 color RGB value is (172,164,35).

#aca423 hex color red value is 172, green value is 164 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aca423 hue: 0.16 , saturation: 0.66 and the lightness value of aca423 is 0.41.

The process color (four color CMYK) of #aca423 color hex is 0.00, 0.05, 0.80, 0.33. Web safe color of #aca423 is #999933. Color #aca423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00100011
Octal 254 244 43
Decimal 172 164 35
Hex AC A4 23

RGB Percentages of Color #aca423

%46.36
%44.20
%9.43

CMYK Percentages of Color #aca423

%0
%5
%80
%33

Triadic Colors of #aca423

#aca423 #23aca4 #a423ac

Analogous Colors of #aca423

#aca423 #70ac23 #ac6023

Monochromatic Colors of #aca423

#aca423

Complementary Color

#aca423 #232bac

#aca423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca423 Color CSS Codes

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

#aca423 Text Font Color

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

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


#aca423 Background Color

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

This div background color is #aca423


#aca423 Border Color

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

This div border color is #aca423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca423


Comments

No comments written yet.

Please login to write comment.