Color Hex Logo

#acb448 Color Hex

#ACB448
(172,180,72)
0 Favorites   0 Comments

Color spaces of #acb448

RGB 17218072
HSL0.180.430.49
HSV64°60°71°
CMYK 0.040.000.60   0.29
XYZ34.504241.881112.3962
Yxy41.88110.38860.4717
Hunter Lab64.7156-18.082133.9440
CIE-Lab70.7889-17.407952.7027

#acb448 color RGB value is (172,180,72).

#acb448 hex color red value is 172, green value is 180 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acb448 hue: 0.18 , saturation: 0.43 and the lightness value of acb448 is 0.49.

The process color (four color CMYK) of #acb448 color hex is 0.04, 0.00, 0.60, 0.29. Web safe color of #acb448 is #99cc33. Color #acb448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01001000
Octal 254 264 110
Decimal 172 180 72
Hex AC B4 48

RGB Percentages of Color #acb448

%40.57
%42.45
%16.98

CMYK Percentages of Color #acb448

%4
%0
%60
%29

Triadic Colors of #acb448

#acb448 #48acb4 #b448ac

Analogous Colors of #acb448

#acb448 #76b448 #b48648

Monochromatic Colors of #acb448

#acb448

Complementary Color

#acb448 #5048b4

#acb448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb448 Color CSS Codes

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

#acb448 Text Font Color

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

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


#acb448 Background Color

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

This div background color is #acb448


#acb448 Border Color

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

This div border color is #acb448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,180,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 #acb448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb448


Comments

No comments written yet.

Please login to write comment.