Color Hex Logo

#acab74 Color Hex

#ACAB74
(172,171,116)
0 Favorites   0 Comments

Color spaces of #acab74

RGB 172171116
HSL0.160.250.56
HSV59°33°67°
CMYK 0.000.010.33   0.33
XYZ34.728639.157422.2507
Yxy39.15740.36120.4073
Hunter Lab62.5759-10.443222.7208
CIE-Lab68.8651-8.344428.5158

#acab74 color RGB value is (172,171,116).

#acab74 hex color red value is 172, green value is 171 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #acab74 hue: 0.16 , saturation: 0.25 and the lightness value of acab74 is 0.56.

The process color (four color CMYK) of #acab74 color hex is 0.00, 0.01, 0.33, 0.33. Web safe color of #acab74 is #999966. Color #acab74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01110100
Octal 254 253 164
Decimal 172 171 116
Hex AC AB 74

RGB Percentages of Color #acab74

%37.47
%37.25
%25.27

CMYK Percentages of Color #acab74

%0
%1
%33
%33

Triadic Colors of #acab74

#acab74 #74acab #ab74ac

Analogous Colors of #acab74

#acab74 #91ac74 #ac8f74

Monochromatic Colors of #acab74

#acab74

Complementary Color

#acab74 #7475ac

#acab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab74 Color CSS Codes

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

#acab74 Text Font Color

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

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


#acab74 Background Color

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

This div background color is #acab74


#acab74 Border Color

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

This div border color is #acab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab74


Comments

No comments written yet.

Please login to write comment.