Color Hex Logo

#acb57b Color Hex

#ACB57B
(172,181,123)
0 Favorites   0 Comments

Color spaces of #acb57b

RGB 172181123
HSL0.190.280.60
HSV69°32°71°
CMYK 0.050.000.32   0.29
XYZ37.112343.248525.1307
Yxy43.24850.35180.4100
Hunter Lab65.7636-14.353623.3776
CIE-Lab71.7233-12.666128.5658

#acb57b color RGB value is (172,181,123).

#acb57b hex color red value is 172, green value is 181 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #acb57b hue: 0.19 , saturation: 0.28 and the lightness value of acb57b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 01111011
Octal 254 265 173
Decimal 172 181 123
Hex AC B5 7B

RGB Percentages of Color #acb57b

%36.13
%38.03
%25.84

CMYK Percentages of Color #acb57b

%5
%0
%32
%29

Triadic Colors of #acb57b

#acb57b #7bacb5 #b57bac

Analogous Colors of #acb57b

#acb57b #8fb57b #b5a17b

Monochromatic Colors of #acb57b

#acb57b

Complementary Color

#acb57b #847bb5

#acb57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb57b Color CSS Codes

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

#acb57b Text Font Color

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

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


#acb57b Background Color

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

This div background color is #acb57b


#acb57b Border Color

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

This div border color is #acb57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb57b


Comments

No comments written yet.

Please login to write comment.