Color Hex Logo

#acb06b Color Hex

#ACB06B
(172,176,107)
0 Favorites   0 Comments

Color spaces of #acb06b

RGB 172176107
HSL0.180.300.55
HSV63°39°69°
CMYK 0.020.000.39   0.31
XYZ35.192440.882919.9463
Yxy40.88290.36650.4258
Hunter Lab63.9397-13.648226.2620
CIE-Lab70.0938-12.056234.8500

#acb06b color RGB value is (172,176,107).

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

The process color (four color CMYK) of #acb06b color hex is 0.02, 0.00, 0.39, 0.31. Web safe color of #acb06b is #999966. Color #acb06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01101011
Octal 254 260 153
Decimal 172 176 107
Hex AC B0 6B

RGB Percentages of Color #acb06b

%37.80
%38.68
%23.52

CMYK Percentages of Color #acb06b

%2
%0
%39
%31

Triadic Colors of #acb06b

#acb06b #6bacb0 #b06bac

Analogous Colors of #acb06b

#acb06b #8ab06b #b0926b

Monochromatic Colors of #acb06b

#acb06b

Complementary Color

#acb06b #6f6bb0

#acb06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb06b Color CSS Codes

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

#acb06b Text Font Color

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

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


#acb06b Background Color

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

This div background color is #acb06b


#acb06b Border Color

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

This div border color is #acb06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,176,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 #acb06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb06b


Comments

No comments written yet.

Please login to write comment.