Color Hex Logo

#acab3a Color Hex

#ACAB3A
(172,171,58)
0 Favorites   0 Comments

Color spaces of #acab3a

RGB 17217158
HSL0.170.500.45
HSV59°66°67°
CMYK 0.000.010.66   0.33
XYZ32.339938.20209.6722
Yxy38.20200.40320.4763
Hunter Lab61.8078-14.766433.9872
CIE-Lab68.1692-13.735755.8810

#acab3a color RGB value is (172,171,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00111010
Octal 254 253 72
Decimal 172 171 58
Hex AC AB 3A

RGB Percentages of Color #acab3a

%42.89
%42.64
%14.46

CMYK Percentages of Color #acab3a

%0
%1
%66
%33

Triadic Colors of #acab3a

#acab3a #3aacab #ab3aac

Analogous Colors of #acab3a

#acab3a #74ac3a #ac723a

Monochromatic Colors of #acab3a

#acab3a

Complementary Color

#acab3a #3a3bac

#acab3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab3a Color CSS Codes

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

#acab3a Text Font Color

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

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


#acab3a Background Color

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

This div background color is #acab3a


#acab3a Border Color

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

This div border color is #acab3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab3a


Comments

No comments written yet.

Please login to write comment.