Color Hex Logo

#acac11 Color Hex

#ACAC11
(172,172,17)
0 Favorites   0 Comments

Color spaces of #acac11

RGB 17217217
HSL0.170.820.37
HSV60°90°67°
CMYK 0.000.000.90   0.33
XYZ31.867038.31626.2465
Yxy38.31620.41690.5013
Hunter Lab61.9001-16.430937.3469
CIE-Lab68.2530-15.806768.1281

#acac11 color RGB value is (172,172,17).

#acac11 hex color red value is 172, green value is 172 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #acac11 hue: 0.17 , saturation: 0.82 and the lightness value of acac11 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00010001
Octal 254 254 21
Decimal 172 172 17
Hex AC AC 11

RGB Percentages of Color #acac11

%47.65
%47.65
%4.71

CMYK Percentages of Color #acac11

%0
%0
%90
%33

Triadic Colors of #acac11

#acac11 #11acac #ac11ac

Analogous Colors of #acac11

#acac11 #5eac11 #ac5f11

Monochromatic Colors of #acac11

#acac11

Complementary Color

#acac11 #1111ac

#acac11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac11 Color CSS Codes

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

#acac11 Text Font Color

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

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


#acac11 Background Color

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

This div background color is #acac11


#acac11 Border Color

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

This div border color is #acac11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac11


Comments

No comments written yet.

Please login to write comment.