Color Hex Logo

#acb255 Color Hex

#ACB255
(172,178,85)
0 Favorites   0 Comments

Color spaces of #acb255

RGB 17217885
HSL0.180.380.52
HSV64°52°70°
CMYK 0.030.000.52   0.30
XYZ34.573341.267314.7375
Yxy41.26730.38170.4556
Hunter Lab64.2396-16.352031.3658
CIE-Lab70.3628-15.333546.2138

#acb255 color RGB value is (172,178,85).

#acb255 hex color red value is 172, green value is 178 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #acb255 hue: 0.18 , saturation: 0.38 and the lightness value of acb255 is 0.52.

The process color (four color CMYK) of #acb255 color hex is 0.03, 0.00, 0.52, 0.30. Web safe color of #acb255 is #999966. Color #acb255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01010101
Octal 254 262 125
Decimal 172 178 85
Hex AC B2 55

RGB Percentages of Color #acb255

%39.54
%40.92
%19.54

CMYK Percentages of Color #acb255

%3
%0
%52
%30

Triadic Colors of #acb255

#acb255 #55acb2 #b255ac

Analogous Colors of #acb255

#acb255 #7eb255 #b28a55

Monochromatic Colors of #acb255

#acb255

Complementary Color

#acb255 #5b55b2

#acb255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb255 Color CSS Codes

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

#acb255 Text Font Color

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

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


#acb255 Background Color

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

This div background color is #acb255


#acb255 Border Color

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

This div border color is #acb255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb255


Comments

No comments written yet.

Please login to write comment.