Color Hex Logo

#aca31d Color Hex

#ACA31D
(172,163,29)
0 Favorites   0 Comments

Color spaces of #aca31d

RGB 17216329
HSL0.160.710.39
HSV56°83°67°
CMYK 0.000.050.83   0.33
XYZ30.332235.05386.3298
Yxy35.05380.42300.4888
Hunter Lab59.2062-12.162935.1056
CIE-Lab65.7905-10.861063.5411

#aca31d color RGB value is (172,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00011101
Octal 254 243 35
Decimal 172 163 29
Hex AC A3 1D

RGB Percentages of Color #aca31d

%47.25
%44.78
%7.97

CMYK Percentages of Color #aca31d

%0
%5
%83
%33

Triadic Colors of #aca31d

#aca31d #1daca3 #a31dac

Analogous Colors of #aca31d

#aca31d #6eac1d #ac5c1d

Monochromatic Colors of #aca31d

#aca31d

Complementary Color

#aca31d #1d26ac

#aca31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca31d Color CSS Codes

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

#aca31d Text Font Color

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

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


#aca31d Background Color

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

This div background color is #aca31d


#aca31d Border Color

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

This div border color is #aca31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca31d


Comments

No comments written yet.

Please login to write comment.