Color Hex Logo

#acb050 Color Hex

#ACB050
(172,176,80)
0 Favorites   0 Comments

Color spaces of #acb050

RGB 17217680
HSL0.170.380.50
HSV63°55°69°
CMYK 0.020.000.55   0.31
XYZ33.986640.400513.5962
Yxy40.40050.38630.4592
Hunter Lab63.5614-15.787631.8104
CIE-Lab69.7538-14.739247.8862

#acb050 color RGB value is (172,176,80).

#acb050 hex color red value is 172, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #acb050 hue: 0.17 , saturation: 0.38 and the lightness value of acb050 is 0.50.

The process color (four color CMYK) of #acb050 color hex is 0.02, 0.00, 0.55, 0.31. Web safe color of #acb050 is #999966. Color #acb050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01010000
Octal 254 260 120
Decimal 172 176 80
Hex AC B0 50

RGB Percentages of Color #acb050

%40.19
%41.12
%18.69

CMYK Percentages of Color #acb050

%2
%0
%55
%31

Triadic Colors of #acb050

#acb050 #50acb0 #b050ac

Analogous Colors of #acb050

#acb050 #7cb050 #b08450

Monochromatic Colors of #acb050

#acb050

Complementary Color

#acb050 #5450b0

#acb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb050 Color CSS Codes

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

#acb050 Text Font Color

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

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


#acb050 Background Color

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

This div background color is #acb050


#acb050 Border Color

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

This div border color is #acb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb050


Comments

No comments written yet.

Please login to write comment.