Color Hex Logo

#acb858 Color Hex

#ACB858
(172,184,88)
0 Favorites   0 Comments

Color spaces of #acb858

RGB 17218488
HSL0.190.400.53
HSV68°52°72°
CMYK 0.070.000.52   0.28
XYZ35.915243.756215.7854
Yxy43.75620.37620.4584
Hunter Lab66.1485-18.843532.1552
CIE-Lab72.0652-18.112446.7707

#acb858 color RGB value is (172,184,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01011000
Octal 254 270 130
Decimal 172 184 88
Hex AC B8 58

RGB Percentages of Color #acb858

%38.74
%41.44
%19.82

CMYK Percentages of Color #acb858

%7
%0
%52
%28

Triadic Colors of #acb858

#acb858 #58acb8 #b858ac

Analogous Colors of #acb858

#acb858 #7cb858 #b89458

Monochromatic Colors of #acb858

#acb858

Complementary Color

#acb858 #6458b8

#acb858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb858 Color CSS Codes

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

#acb858 Text Font Color

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

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


#acb858 Background Color

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

This div background color is #acb858


#acb858 Border Color

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

This div border color is #acb858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb858


Comments

No comments written yet.

Please login to write comment.