Color Hex Logo

#acb444 Color Hex

#ACB444
(172,180,68)
0 Favorites   0 Comments

Color spaces of #acb444

RGB 17218068
HSL0.180.450.49
HSV64°62°71°
CMYK 0.040.000.62   0.29
XYZ34.377941.830511.7310
Yxy41.83050.39090.4757
Hunter Lab64.6765-18.304734.5196
CIE-Lab70.7539-17.693054.4083

#acb444 color RGB value is (172,180,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01000100
Octal 254 264 104
Decimal 172 180 68
Hex AC B4 44

RGB Percentages of Color #acb444

%40.95
%42.86
%16.19

CMYK Percentages of Color #acb444

%4
%0
%62
%29

Triadic Colors of #acb444

#acb444 #44acb4 #b444ac

Analogous Colors of #acb444

#acb444 #74b444 #b48444

Monochromatic Colors of #acb444

#acb444

Complementary Color

#acb444 #4c44b4

#acb444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb444 Color CSS Codes

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

#acb444 Text Font Color

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

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


#acb444 Background Color

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

This div background color is #acb444


#acb444 Border Color

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

This div border color is #acb444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb444


Comments

No comments written yet.

Please login to write comment.