Color Hex Logo

#aca02b Color Hex

#ACA02B
(172,160,43)
0 Favorites   0 Comments

Color spaces of #aca02b

RGB 17216043
HSL0.150.600.42
HSV54°75°67°
CMYK 0.000.070.75   0.33
XYZ30.020134.08677.2827
Yxy34.08670.42050.4775
Hunter Lab58.3838-10.389633.4729
CIE-Lab65.0313-8.764558.5245

#aca02b color RGB value is (172,160,43).

#aca02b hex color red value is 172, green value is 160 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aca02b hue: 0.15 , saturation: 0.60 and the lightness value of aca02b is 0.42.

The process color (four color CMYK) of #aca02b color hex is 0.00, 0.07, 0.75, 0.33. Web safe color of #aca02b is #999933. Color #aca02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 00101011
Octal 254 240 53
Decimal 172 160 43
Hex AC A0 2B

RGB Percentages of Color #aca02b

%45.87
%42.67
%11.47

CMYK Percentages of Color #aca02b

%0
%7
%75
%33

Triadic Colors of #aca02b

#aca02b #2baca0 #a02bac

Analogous Colors of #aca02b

#aca02b #78ac2b #ac602b

Monochromatic Colors of #aca02b

#aca02b

Complementary Color

#aca02b #2b37ac

#aca02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca02b Color CSS Codes

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

#aca02b Text Font Color

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

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


#aca02b Background Color

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

This div background color is #aca02b


#aca02b Border Color

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

This div border color is #aca02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca02b


Comments

No comments written yet.

Please login to write comment.