Color Hex Logo

#acb188 Color Hex

#ACB188
(172,177,136)
0 Favorites   0 Comments

Color spaces of #acb188

RGB 172177136
HSL0.190.210.61
HSV67°23°69°
CMYK 0.030.000.23   0.31
XYZ37.179341.992529.4384
Yxy41.99250.34230.3866
Hunter Lab64.8016-10.990218.4266
CIE-Lab70.8657-8.750020.4439

#acb188 color RGB value is (172,177,136).

#acb188 hex color red value is 172, green value is 177 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #acb188 hue: 0.19 , saturation: 0.21 and the lightness value of acb188 is 0.61.

The process color (four color CMYK) of #acb188 color hex is 0.03, 0.00, 0.23, 0.31. Web safe color of #acb188 is #999999. Color #acb188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 10001000
Octal 254 261 210
Decimal 172 177 136
Hex AC B1 88

RGB Percentages of Color #acb188

%35.46
%36.49
%28.04

CMYK Percentages of Color #acb188

%3
%0
%23
%31

Triadic Colors of #acb188

#acb188 #88acb1 #b188ac

Analogous Colors of #acb188

#acb188 #98b188 #b1a288

Monochromatic Colors of #acb188

#acb188

Complementary Color

#acb188 #8d88b1

#acb188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb188 Color CSS Codes

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

#acb188 Text Font Color

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

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


#acb188 Background Color

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

This div background color is #acb188


#acb188 Border Color

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

This div border color is #acb188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb188


Comments

No comments written yet.

Please login to write comment.