Color Hex Logo

#acb66b Color Hex

#ACB66B
(172,182,107)
0 Favorites   0 Comments

Color spaces of #acb66b

RGB 172182107
HSL0.190.340.57
HSV68°41°71°
CMYK 0.050.000.41   0.29
XYZ36.395043.288120.3471
Yxy43.28810.36380.4328
Hunter Lab65.7937-16.398427.7198
CIE-Lab71.7501-15.151336.9499

#acb66b color RGB value is (172,182,107).

#acb66b hex color red value is 172, green value is 182 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #acb66b hue: 0.19 , saturation: 0.34 and the lightness value of acb66b is 0.57.

The process color (four color CMYK) of #acb66b color hex is 0.05, 0.00, 0.41, 0.29. Web safe color of #acb66b is #99cc66. Color #acb66b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 01101011
Octal 254 266 153
Decimal 172 182 107
Hex AC B6 6B

RGB Percentages of Color #acb66b

%37.31
%39.48
%23.21

CMYK Percentages of Color #acb66b

%5
%0
%41
%29

Triadic Colors of #acb66b

#acb66b #6bacb6 #b66bac

Analogous Colors of #acb66b

#acb66b #87b66b #b69b6b

Monochromatic Colors of #acb66b

#acb66b

Complementary Color

#acb66b #756bb6

#acb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb66b Color CSS Codes

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

#acb66b Text Font Color

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

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


#acb66b Background Color

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

This div background color is #acb66b


#acb66b Border Color

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

This div border color is #acb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb66b


Comments

No comments written yet.

Please login to write comment.