Color Hex Logo

#aca101 Color Hex

#ACA101
(172,161,1)
0 Favorites   0 Comments

Color spaces of #aca101

RGB 1721611
HSL0.160.990.34
HSV56°99°67°
CMYK 0.000.060.99   0.33
XYZ29.763634.26265.0733
Yxy34.26260.43070.4958
Hunter Lab58.5343-11.671035.8352
CIE-Lab65.1705-10.336967.9810

#aca101 color RGB value is (172,161,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 00000001
Octal 254 241 1
Decimal 172 161 1
Hex AC A1 1

RGB Percentages of Color #aca101

%51.50
%48.20
%0.30

CMYK Percentages of Color #aca101

%0
%6
%99
%33

Triadic Colors of #aca101

#aca101 #01aca1 #a101ac

Analogous Colors of #aca101

#aca101 #62ac01 #ac4b01

Monochromatic Colors of #aca101

#aca101

Complementary Color

#aca101 #010cac

#aca101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca101 Color CSS Codes

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

#aca101 Text Font Color

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

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


#aca101 Background Color

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

This div background color is #aca101


#aca101 Border Color

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

This div border color is #aca101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca101


Comments

No comments written yet.

Please login to write comment.