Color Hex Logo

#aca41d Color Hex

#ACA41D
(172,164,29)
0 Favorites   0 Comments

Color spaces of #aca41d

RGB 17216429
HSL0.160.710.39
HSV57°83°67°
CMYK 0.000.050.83   0.33
XYZ30.510535.41036.3892
Yxy35.41030.42190.4897
Hunter Lab59.5066-12.615135.2886
CIE-Lab66.0669-11.383963.7759

#aca41d color RGB value is (172,164,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00011101
Octal 254 244 35
Decimal 172 164 29
Hex AC A4 1D

RGB Percentages of Color #aca41d

%47.12
%44.93
%7.95

CMYK Percentages of Color #aca41d

%0
%5
%83
%33

Triadic Colors of #aca41d

#aca41d #1daca4 #a41dac

Analogous Colors of #aca41d

#aca41d #6dac1d #ac5d1d

Monochromatic Colors of #aca41d

#aca41d

Complementary Color

#aca41d #1d25ac

#aca41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca41d Color CSS Codes

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

#aca41d Text Font Color

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

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


#aca41d Background Color

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

This div background color is #aca41d


#aca41d Border Color

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

This div border color is #aca41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca41d


Comments

No comments written yet.

Please login to write comment.