Color Hex Logo

#aca309 Color Hex

#ACA309
(172,163,9)
0 Favorites   0 Comments

Color spaces of #aca309

RGB 1721639
HSL0.160.900.35
HSV57°95°67°
CMYK 0.000.050.95   0.33
XYZ30.159834.98485.4216
Yxy34.98480.42740.4958
Hunter Lab59.1480-12.491035.9689
CIE-Lab65.7368-11.278167.3468

#aca309 color RGB value is (172,163,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00001001
Octal 254 243 11
Decimal 172 163 9
Hex AC A3 9

RGB Percentages of Color #aca309

%50.00
%47.38
%2.62

CMYK Percentages of Color #aca309

%0
%5
%95
%33

Triadic Colors of #aca309

#aca309 #09aca3 #a309ac

Analogous Colors of #aca309

#aca309 #64ac09 #ac5109

Monochromatic Colors of #aca309

#aca309

Complementary Color

#aca309 #0912ac

#aca309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca309 Color CSS Codes

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

#aca309 Text Font Color

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

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


#aca309 Background Color

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

This div background color is #aca309


#aca309 Border Color

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

This div border color is #aca309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca309


Comments

No comments written yet.

Please login to write comment.