Color Hex Logo

#aca00e Color Hex

#ACA00E
(172,160,14)
0 Favorites   0 Comments

Color spaces of #aca00e

RGB 17216014
HSL0.150.850.36
HSV55°92°67°
CMYK 0.000.070.92   0.33
XYZ29.663333.94405.4039
Yxy33.94400.42980.4919
Hunter Lab58.2615-11.075935.2837
CIE-Lab64.9181-9.630866.0154

#aca00e color RGB value is (172,160,14).

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

The process color (four color CMYK) of #aca00e color hex is 0.00, 0.07, 0.92, 0.33. Web safe color of #aca00e is #999900. Color #aca00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 00001110
Octal 254 240 16
Decimal 172 160 14
Hex AC A0 E

RGB Percentages of Color #aca00e

%49.71
%46.24
%4.05

CMYK Percentages of Color #aca00e

%0
%7
%92
%33

Triadic Colors of #aca00e

#aca00e #0eaca0 #a00eac

Analogous Colors of #aca00e

#aca00e #69ac0e #ac510e

Monochromatic Colors of #aca00e

#aca00e

Complementary Color

#aca00e #0e1aac

#aca00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca00e Color CSS Codes

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

#aca00e Text Font Color

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

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


#aca00e Background Color

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

This div background color is #aca00e


#aca00e Border Color

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

This div border color is #aca00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca00e


Comments

No comments written yet.

Please login to write comment.