Color Hex Logo

#aca30f Color Hex

#ACA30F
(172,163,15)
0 Favorites   0 Comments

Color spaces of #aca30f

RGB 17216315
HSL0.160.840.37
HSV57°91°67°
CMYK 0.000.050.91   0.33
XYZ30.196734.99955.6160
Yxy34.99950.42640.4943
Hunter Lab59.1604-12.420535.7840
CIE-Lab65.7483-11.188466.4974

#aca30f color RGB value is (172,163,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00001111
Octal 254 243 17
Decimal 172 163 15
Hex AC A3 F

RGB Percentages of Color #aca30f

%49.14
%46.57
%4.29

CMYK Percentages of Color #aca30f

%0
%5
%91
%33

Triadic Colors of #aca30f

#aca30f #0faca3 #a30fac

Analogous Colors of #aca30f

#aca30f #67ac0f #ac550f

Monochromatic Colors of #aca30f

#aca30f

Complementary Color

#aca30f #0f18ac

#aca30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca30f Color CSS Codes

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

#aca30f Text Font Color

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

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


#aca30f Background Color

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

This div background color is #aca30f


#aca30f Border Color

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

This div border color is #aca30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca30f


Comments

No comments written yet.

Please login to write comment.