Color Hex Logo

#aca800 Color Hex

#ACA800
(172,168,0)
0 Favorites   0 Comments

Color spaces of #aca800

RGB 1721680
HSL0.161.000.34
HSV59°100°67°
CMYK 0.000.021.00   0.33
XYZ31.015936.77595.4638
Yxy36.77590.42340.5020
Hunter Lab60.6431-14.831837.1083
CIE-Lab67.1086-13.994069.5215

#aca800 color RGB value is (172,168,0).

#aca800 hex color red value is 172, green value is 168 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aca800 hue: 0.16 , saturation: 1.00 and the lightness value of aca800 is 0.34.

The process color (four color CMYK) of #aca800 color hex is 0.00, 0.02, 1.00, 0.33. Web safe color of #aca800 is #999900. Color #aca800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00000000
Octal 254 250 0
Decimal 172 168 0
Hex AC A8 0

RGB Percentages of Color #aca800

%50.59
%49.41
%0.00

CMYK Percentages of Color #aca800

%0
%2
%100
%33

Triadic Colors of #aca800

#aca800 #00aca8 #a800ac

Analogous Colors of #aca800

#aca800 #5aac00 #ac5200

Monochromatic Colors of #aca800

#aca800

Complementary Color

#aca800 #0004ac

#aca800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca800 Color CSS Codes

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

#aca800 Text Font Color

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

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


#aca800 Background Color

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

This div background color is #aca800


#aca800 Border Color

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

This div border color is #aca800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca800


Comments

No comments written yet.

Please login to write comment.