Color Hex Logo

#acb147 Color Hex

#ACB147
(172,177,71)
0 Favorites   0 Comments

Color spaces of #acb147

RGB 17217771
HSL0.170.430.49
HSV63°60°69°
CMYK 0.030.000.60   0.31
XYZ33.872740.669912.0260
Yxy40.66990.39130.4698
Hunter Lab63.7730-16.793333.4604
CIE-Lab69.9440-15.955852.2208

#acb147 color RGB value is (172,177,71).

#acb147 hex color red value is 172, green value is 177 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #acb147 hue: 0.17 , saturation: 0.43 and the lightness value of acb147 is 0.49.

The process color (four color CMYK) of #acb147 color hex is 0.03, 0.00, 0.60, 0.31. Web safe color of #acb147 is #999933. Color #acb147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01000111
Octal 254 261 107
Decimal 172 177 71
Hex AC B1 47

RGB Percentages of Color #acb147

%40.95
%42.14
%16.90

CMYK Percentages of Color #acb147

%3
%0
%60
%31

Triadic Colors of #acb147

#acb147 #47acb1 #b147ac

Analogous Colors of #acb147

#acb147 #77b147 #b18147

Monochromatic Colors of #acb147

#acb147

Complementary Color

#acb147 #4c47b1

#acb147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb147 Color CSS Codes

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

#acb147 Text Font Color

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

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


#acb147 Background Color

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

This div background color is #acb147


#acb147 Border Color

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

This div border color is #acb147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb147


Comments

No comments written yet.

Please login to write comment.