Color Hex Logo

#acb16b Color Hex

#ACB16B
(172,177,107)
0 Favorites   0 Comments

Color spaces of #acb16b

RGB 172177107
HSL0.180.310.56
HSV64°40°69°
CMYK 0.030.000.40   0.31
XYZ35.389241.276520.0119
Yxy41.27650.36610.4269
Hunter Lab64.2468-14.108326.5048
CIE-Lab70.3692-12.575335.2005

#acb16b color RGB value is (172,177,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01101011
Octal 254 261 153
Decimal 172 177 107
Hex AC B1 6B

RGB Percentages of Color #acb16b

%37.72
%38.82
%23.46

CMYK Percentages of Color #acb16b

%3
%0
%40
%31

Triadic Colors of #acb16b

#acb16b #6bacb1 #b16bac

Analogous Colors of #acb16b

#acb16b #89b16b #b1936b

Monochromatic Colors of #acb16b

#acb16b

Complementary Color

#acb16b #706bb1

#acb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb16b Color CSS Codes

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

#acb16b Text Font Color

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

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


#acb16b Background Color

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

This div background color is #acb16b


#acb16b Border Color

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

This div border color is #acb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb16b


Comments

No comments written yet.

Please login to write comment.