Color Hex Logo

#acac07 Color Hex

#ACAC07
(172,172,7)
0 Favorites   0 Comments

Color spaces of #acac07

RGB 1721727
HSL0.170.920.35
HSV60°96°67°
CMYK 0.000.000.96   0.33
XYZ31.804138.29105.9157
Yxy38.29100.41840.5038
Hunter Lab61.8797-16.546537.6477
CIE-Lab68.2345-15.955769.4827

#acac07 color RGB value is (172,172,7).

#acac07 hex color red value is 172, green value is 172 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #acac07 hue: 0.17 , saturation: 0.92 and the lightness value of acac07 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00000111
Octal 254 254 7
Decimal 172 172 7
Hex AC AC 7

RGB Percentages of Color #acac07

%49.00
%49.00
%1.99

CMYK Percentages of Color #acac07

%0
%0
%96
%33

Triadic Colors of #acac07

#acac07 #07acac #ac07ac

Analogous Colors of #acac07

#acac07 #5aac07 #ac5a07

Monochromatic Colors of #acac07

#acac07

Complementary Color

#acac07 #0707ac

#acac07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac07 Color CSS Codes

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

#acac07 Text Font Color

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

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


#acac07 Background Color

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

This div background color is #acac07


#acac07 Border Color

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

This div border color is #acac07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac07


Comments

No comments written yet.

Please login to write comment.