Color Hex Logo

#acab72 Color Hex

#ACAB72
(172,171,114)
0 Favorites   0 Comments

Color spaces of #acab72

RGB 172171114
HSL0.160.260.56
HSV59°34°67°
CMYK 0.000.010.34   0.33
XYZ34.613439.111421.6445
Yxy39.11140.36290.4101
Hunter Lab62.5391-10.649423.2574
CIE-Lab68.8319-8.596829.5381

#acab72 color RGB value is (172,171,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01110010
Octal 254 253 162
Decimal 172 171 114
Hex AC AB 72

RGB Percentages of Color #acab72

%37.64
%37.42
%24.95

CMYK Percentages of Color #acab72

%0
%1
%34
%33

Triadic Colors of #acab72

#acab72 #72acab #ab72ac

Analogous Colors of #acab72

#acab72 #90ac72 #ac8e72

Monochromatic Colors of #acab72

#acab72

Complementary Color

#acab72 #7273ac

#acab72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab72 Color CSS Codes

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

#acab72 Text Font Color

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

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


#acab72 Background Color

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

This div background color is #acab72


#acab72 Border Color

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

This div border color is #acab72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab72


Comments

No comments written yet.

Please login to write comment.