Color Hex Logo

#acb451 Color Hex

#ACB451
(172,180,81)
0 Favorites   0 Comments

Color spaces of #acb451

RGB 17218081
HSL0.180.400.51
HSV65°55°71°
CMYK 0.040.000.55   0.29
XYZ34.819742.007314.0576
Yxy42.00730.38310.4622
Hunter Lab64.8130-17.526732.5094
CIE-Lab70.8760-16.699548.7026

#acb451 color RGB value is (172,180,81).

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

The process color (four color CMYK) of #acb451 color hex is 0.04, 0.00, 0.55, 0.29. Web safe color of #acb451 is #99cc66. Color #acb451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 01010001
Octal 254 264 121
Decimal 172 180 81
Hex AC B4 51

RGB Percentages of Color #acb451

%39.72
%41.57
%18.71

CMYK Percentages of Color #acb451

%4
%0
%55
%29

Triadic Colors of #acb451

#acb451 #51acb4 #b451ac

Analogous Colors of #acb451

#acb451 #7bb451 #b48b51

Monochromatic Colors of #acb451

#acb451

Complementary Color

#acb451 #5951b4

#acb451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb451 Color CSS Codes

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

#acb451 Text Font Color

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

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


#acb451 Background Color

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

This div background color is #acb451


#acb451 Border Color

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

This div border color is #acb451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb451


Comments

No comments written yet.

Please login to write comment.