Color Hex Logo

#acb871 Color Hex

#ACB871
(172,184,113)
0 Favorites   0 Comments

Color spaces of #acb871

RGB 172184113
HSL0.190.330.58
HSV70°39°72°
CMYK 0.070.000.39   0.28
XYZ37.134444.243922.2055
Yxy44.24390.35850.4271
Hunter Lab66.5161-16.750726.7681
CIE-Lab72.3912-15.472534.6751

#acb871 color RGB value is (172,184,113).

#acb871 hex color red value is 172, green value is 184 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #acb871 hue: 0.19 , saturation: 0.33 and the lightness value of acb871 is 0.58.

The process color (four color CMYK) of #acb871 color hex is 0.07, 0.00, 0.39, 0.28. Web safe color of #acb871 is #99cc66. Color #acb871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01110001
Octal 254 270 161
Decimal 172 184 113
Hex AC B8 71

RGB Percentages of Color #acb871

%36.67
%39.23
%24.09

CMYK Percentages of Color #acb871

%7
%0
%39
%28

Triadic Colors of #acb871

#acb871 #71acb8 #b871ac

Analogous Colors of #acb871

#acb871 #89b871 #b8a171

Monochromatic Colors of #acb871

#acb871

Complementary Color

#acb871 #7d71b8

#acb871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb871 Color CSS Codes

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

#acb871 Text Font Color

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

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


#acb871 Background Color

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

This div background color is #acb871


#acb871 Border Color

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

This div border color is #acb871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb871


Comments

No comments written yet.

Please login to write comment.