Color Hex Logo

#acab2f Color Hex

#ACAB2F
(172,171,47)
0 Favorites   0 Comments

Color spaces of #acab2f

RGB 17217147
HSL0.170.570.43
HSV60°73°67°
CMYK 0.000.010.73   0.33
XYZ32.089338.10178.3524
Yxy38.10170.40860.4851
Hunter Lab61.7266-15.226135.1859
CIE-Lab68.0955-14.321960.0128

#acab2f color RGB value is (172,171,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00101111
Octal 254 253 57
Decimal 172 171 47
Hex AC AB 2F

RGB Percentages of Color #acab2f

%44.10
%43.85
%12.05

CMYK Percentages of Color #acab2f

%0
%1
%73
%33

Triadic Colors of #acab2f

#acab2f #2facab #ab2fac

Analogous Colors of #acab2f

#acab2f #6fac2f #ac6d2f

Monochromatic Colors of #acab2f

#acab2f

Complementary Color

#acab2f #2f30ac

#acab2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab2f Color CSS Codes

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

#acab2f Text Font Color

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

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


#acab2f Background Color

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

This div background color is #acab2f


#acab2f Border Color

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

This div border color is #acab2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab2f


Comments

No comments written yet.

Please login to write comment.