Color Hex Logo

#acab48 Color Hex

#ACAB48
(172,171,72)
0 Favorites   0 Comments

Color spaces of #acab48

RGB 17217172
HSL0.170.410.48
HSV59°58°67°
CMYK 0.000.010.58   0.33
XYZ32.745938.364411.8101
Yxy38.36440.39490.4627
Hunter Lab61.9390-14.023932.0523
CIE-Lab68.2883-12.794449.9439

#acab48 color RGB value is (172,171,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 01001000
Octal 254 253 110
Decimal 172 171 72
Hex AC AB 48

RGB Percentages of Color #acab48

%41.45
%41.20
%17.35

CMYK Percentages of Color #acab48

%0
%1
%58
%33

Triadic Colors of #acab48

#acab48 #48acab #ab48ac

Analogous Colors of #acab48

#acab48 #7bac48 #ac7948

Monochromatic Colors of #acab48

#acab48

Complementary Color

#acab48 #4849ac

#acab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab48 Color CSS Codes

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

#acab48 Text Font Color

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

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


#acab48 Background Color

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

This div background color is #acab48


#acab48 Border Color

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

This div border color is #acab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab48


Comments

No comments written yet.

Please login to write comment.