Color Hex Logo

#aca418 Color Hex

#ACA418
(172,164,24)
0 Favorites   0 Comments

Color spaces of #aca418

RGB 17216424
HSL0.160.760.38
HSV57°86°67°
CMYK 0.000.050.86   0.33
XYZ30.453635.38756.0896
Yxy35.38750.42340.4920
Hunter Lab59.4874-12.722835.5718
CIE-Lab66.0493-11.520964.9798

#aca418 color RGB value is (172,164,24).

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

The process color (four color CMYK) of #aca418 color hex is 0.00, 0.05, 0.86, 0.33. Web safe color of #aca418 is #999900. Color #aca418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00011000
Octal 254 244 30
Decimal 172 164 24
Hex AC A4 18

RGB Percentages of Color #aca418

%47.78
%45.56
%6.67

CMYK Percentages of Color #aca418

%0
%5
%86
%33

Triadic Colors of #aca418

#aca418 #18aca4 #a418ac

Analogous Colors of #aca418

#aca418 #6aac18 #ac5a18

Monochromatic Colors of #aca418

#aca418

Complementary Color

#aca418 #1820ac

#aca418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca418 Color CSS Codes

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

#aca418 Text Font Color

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

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


#aca418 Background Color

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

This div background color is #aca418


#aca418 Border Color

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

This div border color is #aca418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca418


Comments

No comments written yet.

Please login to write comment.