Color Hex Logo

#acb550 Color Hex

#ACB550
(172,181,80)
0 Favorites   0 Comments

Color spaces of #acb550

RGB 17218180
HSL0.180.410.51
HSV65°56°71°
CMYK 0.050.000.56   0.29
XYZ34.985142.397613.9291
Yxy42.39760.38310.4643
Hunter Lab65.1134-18.041432.8961
CIE-Lab71.1442-17.290149.4740

#acb550 color RGB value is (172,181,80).

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

The process color (four color CMYK) of #acb550 color hex is 0.05, 0.00, 0.56, 0.29. Web safe color of #acb550 is #99cc66. Color #acb550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 01010000
Octal 254 265 120
Decimal 172 181 80
Hex AC B5 50

RGB Percentages of Color #acb550

%39.72
%41.80
%18.48

CMYK Percentages of Color #acb550

%5
%0
%56
%29

Triadic Colors of #acb550

#acb550 #50acb5 #b550ac

Analogous Colors of #acb550

#acb550 #7ab550 #b58c50

Monochromatic Colors of #acb550

#acb550

Complementary Color

#acb550 #5950b5

#acb550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb550 Color CSS Codes

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

#acb550 Text Font Color

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

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


#acb550 Background Color

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

This div background color is #acb550


#acb550 Border Color

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

This div border color is #acb550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb550


Comments

No comments written yet.

Please login to write comment.