Color Hex Logo

#acb155 Color Hex

#ACB155
(172,177,85)
0 Favorites   0 Comments

Color spaces of #acb155

RGB 17217785
HSL0.180.370.51
HSV63°52°69°
CMYK 0.030.000.52   0.31
XYZ34.375140.870814.6714
Yxy40.87080.38230.4545
Hunter Lab63.9303-15.899131.1447
CIE-Lab70.0853-14.820845.8891

#acb155 color RGB value is (172,177,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01010101
Octal 254 261 125
Decimal 172 177 85
Hex AC B1 55

RGB Percentages of Color #acb155

%39.63
%40.78
%19.59

CMYK Percentages of Color #acb155

%3
%0
%52
%31

Triadic Colors of #acb155

#acb155 #55acb1 #b155ac

Analogous Colors of #acb155

#acb155 #7eb155 #b18855

Monochromatic Colors of #acb155

#acb155

Complementary Color

#acb155 #5a55b1

#acb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb155 Color CSS Codes

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

#acb155 Text Font Color

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

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


#acb155 Background Color

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

This div background color is #acb155


#acb155 Border Color

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

This div border color is #acb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb155


Comments

No comments written yet.

Please login to write comment.