Color Hex Logo

#aca50b Color Hex

#ACA50B
(172,165,11)
0 Favorites   0 Comments

Color spaces of #aca50b

RGB 17216511
HSL0.160.880.36
HSV57°94°67°
CMYK 0.000.040.94   0.33
XYZ30.528835.70515.5993
Yxy35.70510.42500.4971
Hunter Lab59.7537-13.371636.2718
CIE-Lab66.2940-12.294467.5122

#aca50b color RGB value is (172,165,11).

#aca50b hex color red value is 172, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aca50b hue: 0.16 , saturation: 0.88 and the lightness value of aca50b is 0.36.

The process color (four color CMYK) of #aca50b color hex is 0.00, 0.04, 0.94, 0.33. Web safe color of #aca50b is #999900. Color #aca50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00001011
Octal 254 245 13
Decimal 172 165 11
Hex AC A5 B

RGB Percentages of Color #aca50b

%49.43
%47.41
%3.16

CMYK Percentages of Color #aca50b

%0
%4
%94
%33

Triadic Colors of #aca50b

#aca50b #0baca5 #a50bac

Analogous Colors of #aca50b

#aca50b #63ac0b #ac550b

Monochromatic Colors of #aca50b

#aca50b

Complementary Color

#aca50b #0b12ac

#aca50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca50b Color CSS Codes

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

#aca50b Text Font Color

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

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


#aca50b Background Color

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

This div background color is #aca50b


#aca50b Border Color

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

This div border color is #aca50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca50b


Comments

No comments written yet.

Please login to write comment.