Color Hex Logo

#acab2a Color Hex

#ACAB2A
(172,171,42)
0 Favorites   0 Comments

Color spaces of #acab2a

RGB 17217142
HSL0.170.610.42
HSV60°76°67°
CMYK 0.000.010.76   0.33
XYZ31.994138.06367.8512
Yxy38.06360.41070.4886
Hunter Lab61.6957-15.401135.6419
CIE-Lab68.0675-14.545761.6994

#acab2a color RGB value is (172,171,42).

#acab2a hex color red value is 172, green value is 171 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acab2a hue: 0.17 , saturation: 0.61 and the lightness value of acab2a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00101010
Octal 254 253 52
Decimal 172 171 42
Hex AC AB 2A

RGB Percentages of Color #acab2a

%44.68
%44.42
%10.91

CMYK Percentages of Color #acab2a

%0
%1
%76
%33

Triadic Colors of #acab2a

#acab2a #2aacab #ab2aac

Analogous Colors of #acab2a

#acab2a #6cac2a #ac6a2a

Monochromatic Colors of #acab2a

#acab2a

Complementary Color

#acab2a #2a2bac

#acab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab2a Color CSS Codes

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

#acab2a Text Font Color

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

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


#acab2a Background Color

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

This div background color is #acab2a


#acab2a Border Color

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

This div border color is #acab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab2a


Comments

No comments written yet.

Please login to write comment.