Color Hex Logo

#acb755 Color Hex

#ACB755
(172,183,85)
0 Favorites   0 Comments

Color spaces of #acb755

RGB 17218385
HSL0.190.400.53
HSV67°54°72°
CMYK 0.060.000.54   0.28
XYZ35.586443.293515.0752
Yxy43.29350.37880.4608
Hunter Lab65.7978-18.605332.4743
CIE-Lab71.7537-17.876147.8335

#acb755 color RGB value is (172,183,85).

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

The process color (four color CMYK) of #acb755 color hex is 0.06, 0.00, 0.54, 0.28. Web safe color of #acb755 is #99cc66. Color #acb755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01010101
Octal 254 267 125
Decimal 172 183 85
Hex AC B7 55

RGB Percentages of Color #acb755

%39.09
%41.59
%19.32

CMYK Percentages of Color #acb755

%6
%0
%54
%28

Triadic Colors of #acb755

#acb755 #55acb7 #b755ac

Analogous Colors of #acb755

#acb755 #7bb755 #b79155

Monochromatic Colors of #acb755

#acb755

Complementary Color

#acb755 #6055b7

#acb755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb755 Color CSS Codes

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

#acb755 Text Font Color

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

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


#acb755 Background Color

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

This div background color is #acb755


#acb755 Border Color

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

This div border color is #acb755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb755


Comments

No comments written yet.

Please login to write comment.