Color Hex Logo

#acb17f Color Hex

#ACB17F
(172,177,127)
0 Favorites   0 Comments

Color spaces of #acb17f

RGB 172177127
HSL0.180.240.60
HSV66°28°69°
CMYK 0.030.000.28   0.31
XYZ36.566241.747226.2095
Yxy41.74720.34980.3994
Hunter Lab64.6121-12.051821.1778
CIE-Lab70.6963-10.040725.0642

#acb17f color RGB value is (172,177,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01111111
Octal 254 261 177
Decimal 172 177 127
Hex AC B1 7F

RGB Percentages of Color #acb17f

%36.13
%37.18
%26.68

CMYK Percentages of Color #acb17f

%3
%0
%28
%31

Triadic Colors of #acb17f

#acb17f #7facb1 #b17fac

Analogous Colors of #acb17f

#acb17f #93b17f #b19d7f

Monochromatic Colors of #acb17f

#acb17f

Complementary Color

#acb17f #847fb1

#acb17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb17f Color CSS Codes

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

#acb17f Text Font Color

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

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


#acb17f Background Color

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

This div background color is #acb17f


#acb17f Border Color

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

This div border color is #acb17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb17f


Comments

No comments written yet.

Please login to write comment.