Color Hex Logo

#aca601 Color Hex

#ACA601
(172,166,1)
0 Favorites   0 Comments

Color spaces of #aca601

RGB 1721661
HSL0.160.990.34
HSV58°99°67°
CMYK 0.000.030.99   0.33
XYZ30.655036.04535.3705
Yxy36.04530.42530.5001
Hunter Lab60.0377-13.924736.7228
CIE-Lab66.5545-12.946268.9885

#aca601 color RGB value is (172,166,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00000001
Octal 254 246 1
Decimal 172 166 1
Hex AC A6 1

RGB Percentages of Color #aca601

%50.74
%48.97
%0.29

CMYK Percentages of Color #aca601

%0
%3
%99
%33

Triadic Colors of #aca601

#aca601 #01aca6 #a601ac

Analogous Colors of #aca601

#aca601 #5dac01 #ac5101

Monochromatic Colors of #aca601

#aca601

Complementary Color

#aca601 #0107ac

#aca601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca601 Color CSS Codes

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

#aca601 Text Font Color

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

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


#aca601 Background Color

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

This div background color is #aca601


#aca601 Border Color

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

This div border color is #aca601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,166,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 #aca601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca601


Comments

No comments written yet.

Please login to write comment.