Color Hex Logo

#acb171 Color Hex

#ACB171
(172,177,113)
0 Favorites   0 Comments

Color spaces of #acb171

RGB 172177113
HSL0.180.290.57
HSV65°36°69°
CMYK 0.030.000.36   0.31
XYZ35.716041.407221.7327
Yxy41.40720.36130.4189
Hunter Lab64.3484-13.535025.0196
CIE-Lab70.4603-11.864032.1874

#acb171 color RGB value is (172,177,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01110001
Octal 254 261 161
Decimal 172 177 113
Hex AC B1 71

RGB Percentages of Color #acb171

%37.23
%38.31
%24.46

CMYK Percentages of Color #acb171

%3
%0
%36
%31

Triadic Colors of #acb171

#acb171 #71acb1 #b171ac

Analogous Colors of #acb171

#acb171 #8cb171 #b19671

Monochromatic Colors of #acb171

#acb171

Complementary Color

#acb171 #7671b1

#acb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb171 Color CSS Codes

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

#acb171 Text Font Color

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

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


#acb171 Background Color

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

This div background color is #acb171


#acb171 Border Color

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

This div border color is #acb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb171


Comments

No comments written yet.

Please login to write comment.