Color Hex Logo

#acab4f Color Hex

#ACAB4F
(172,171,79)
0 Favorites   0 Comments

Color spaces of #acab4f

RGB 17217179
HSL0.160.370.49
HSV59°54°67°
CMYK 0.000.010.54   0.33
XYZ32.987538.461013.0822
Yxy38.46100.39020.4550
Hunter Lab62.0169-13.583530.9049
CIE-Lab68.3590-12.239246.7572

#acab4f color RGB value is (172,171,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01001111
Octal 254 253 117
Decimal 172 171 79
Hex AC AB 4F

RGB Percentages of Color #acab4f

%40.76
%40.52
%18.72

CMYK Percentages of Color #acab4f

%0
%1
%54
%33

Triadic Colors of #acab4f

#acab4f #4facab #ab4fac

Analogous Colors of #acab4f

#acab4f #7fac4f #ac7d4f

Monochromatic Colors of #acab4f

#acab4f

Complementary Color

#acab4f #4f50ac

#acab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab4f Color CSS Codes

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

#acab4f Text Font Color

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

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


#acab4f Background Color

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

This div background color is #acab4f


#acab4f Border Color

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

This div border color is #acab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab4f


Comments

No comments written yet.

Please login to write comment.