Color Hex Logo

#acab4d Color Hex

#ACAB4D
(172,171,77)
0 Favorites   0 Comments

Color spaces of #acab4d

RGB 17217177
HSL0.160.380.49
HSV59°55°67°
CMYK 0.000.010.55   0.33
XYZ32.915738.432312.7045
Yxy38.43230.39160.4572
Hunter Lab61.9938-13.714331.2452
CIE-Lab68.3380-12.403847.6801

#acab4d color RGB value is (172,171,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01001101
Octal 254 253 115
Decimal 172 171 77
Hex AC AB 4D

RGB Percentages of Color #acab4d

%40.95
%40.71
%18.33

CMYK Percentages of Color #acab4d

%0
%1
%55
%33

Triadic Colors of #acab4d

#acab4d #4dacab #ab4dac

Analogous Colors of #acab4d

#acab4d #7eac4d #ac7c4d

Monochromatic Colors of #acab4d

#acab4d

Complementary Color

#acab4d #4d4eac

#acab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab4d Color CSS Codes

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

#acab4d Text Font Color

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

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


#acab4d Background Color

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

This div background color is #acab4d


#acab4d Border Color

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

This div border color is #acab4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab4d


Comments

No comments written yet.

Please login to write comment.