Color Hex Logo

#acb955 Color Hex

#ACB955
(172,185,85)
0 Favorites   0 Comments

Color spaces of #acb955

RGB 17218585
HSL0.190.420.53
HSV68°54°73°
CMYK 0.070.000.54   0.27
XYZ36.001944.124515.2137
Yxy44.12450.37760.4628
Hunter Lab66.4263-19.502032.9191
CIE-Lab72.3116-18.883848.4795

#acb955 color RGB value is (172,185,85).

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

The process color (four color CMYK) of #acb955 color hex is 0.07, 0.00, 0.54, 0.27. Web safe color of #acb955 is #99cc66. Color #acb955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01010101
Octal 254 271 125
Decimal 172 185 85
Hex AC B9 55

RGB Percentages of Color #acb955

%38.91
%41.86
%19.23

CMYK Percentages of Color #acb955

%7
%0
%54
%27

Triadic Colors of #acb955

#acb955 #55acb9 #b955ac

Analogous Colors of #acb955

#acb955 #7ab955 #b99455

Monochromatic Colors of #acb955

#acb955

Complementary Color

#acb955 #6255b9

#acb955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb955 Color CSS Codes

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

#acb955 Text Font Color

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

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


#acb955 Background Color

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

This div background color is #acb955


#acb955 Border Color

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

This div border color is #acb955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb955


Comments

No comments written yet.

Please login to write comment.