Color Hex Logo

#acbb88 Color Hex

#ACBB88
(172,187,136)
0 Favorites   0 Comments

Color spaces of #acbb88

RGB 172187136
HSL0.220.270.63
HSV78°27°73°
CMYK 0.080.000.27   0.27
XYZ39.227546.088930.1211
Yxy46.08890.33980.3993
Hunter Lab67.8888-15.664621.2162
CIE-Lab73.6032-13.954024.1715

#acbb88 color RGB value is (172,187,136).

#acbb88 hex color red value is 172, green value is 187 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #acbb88 hue: 0.22 , saturation: 0.27 and the lightness value of acbb88 is 0.63.

The process color (four color CMYK) of #acbb88 color hex is 0.08, 0.00, 0.27, 0.27. Web safe color of #acbb88 is #99cc99. Color #acbb88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10001000
Octal 254 273 210
Decimal 172 187 136
Hex AC BB 88

RGB Percentages of Color #acbb88

%34.75
%37.78
%27.47

CMYK Percentages of Color #acbb88

%8
%0
%27
%27

Triadic Colors of #acbb88

#acbb88 #88acbb #bb88ac

Analogous Colors of #acbb88

#acbb88 #93bb88 #bbb188

Monochromatic Colors of #acbb88

#acbb88

Complementary Color

#acbb88 #9788bb

#acbb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb88 Color CSS Codes

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

#acbb88 Text Font Color

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

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


#acbb88 Background Color

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

This div background color is #acbb88


#acbb88 Border Color

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

This div border color is #acbb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb88


Comments

No comments written yet.

Please login to write comment.