Color Hex Logo

#aca701 Color Hex

#ACA701
(172,167,1)
0 Favorites   0 Comments

Color spaces of #aca701

RGB 1721671
HSL0.160.990.34
HSV58°99°67°
CMYK 0.000.030.99   0.33
XYZ30.837536.41035.4313
Yxy36.41030.42430.5010
Hunter Lab60.3409-14.373536.9020
CIE-Lab66.8322-13.464269.1916

#aca701 color RGB value is (172,167,1).

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

The process color (four color CMYK) of #aca701 color hex is 0.00, 0.03, 0.99, 0.33. Web safe color of #aca701 is #999900. Color #aca701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00000001
Octal 254 247 1
Decimal 172 167 1
Hex AC A7 1

RGB Percentages of Color #aca701

%50.59
%49.12
%0.29

CMYK Percentages of Color #aca701

%0
%3
%99
%33

Triadic Colors of #aca701

#aca701 #01aca7 #a701ac

Analogous Colors of #aca701

#aca701 #5cac01 #ac5101

Monochromatic Colors of #aca701

#aca701

Complementary Color

#aca701 #0106ac

#aca701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca701 Color CSS Codes

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

#aca701 Text Font Color

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

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


#aca701 Background Color

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

This div background color is #aca701


#aca701 Border Color

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

This div border color is #aca701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca701


Comments

No comments written yet.

Please login to write comment.