Color Hex Logo

#acb150 Color Hex

#ACB150
(172,177,80)
0 Favorites   0 Comments

Color spaces of #acb150

RGB 17217780
HSL0.180.380.50
HSV63°55°69°
CMYK 0.030.000.55   0.31
XYZ34.183440.794113.6618
Yxy40.79410.38560.4602
Hunter Lab63.8703-16.239632.0271
CIE-Lab70.0314-15.252048.2043

#acb150 color RGB value is (172,177,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01010000
Octal 254 261 120
Decimal 172 177 80
Hex AC B1 50

RGB Percentages of Color #acb150

%40.09
%41.26
%18.65

CMYK Percentages of Color #acb150

%3
%0
%55
%31

Triadic Colors of #acb150

#acb150 #50acb1 #b150ac

Analogous Colors of #acb150

#acb150 #7cb150 #b18650

Monochromatic Colors of #acb150

#acb150

Complementary Color

#acb150 #5550b1

#acb150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb150 Color CSS Codes

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

#acb150 Text Font Color

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

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


#acb150 Background Color

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

This div background color is #acb150


#acb150 Border Color

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

This div border color is #acb150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb150


Comments

No comments written yet.

Please login to write comment.