Color Hex Logo

#acba88 Color Hex

#ACBA88
(172,186,136)
0 Favorites   0 Comments

Color spaces of #acba88

RGB 172186136
HSL0.210.270.63
HSV77°27°73°
CMYK 0.080.000.27   0.27
XYZ39.016145.666030.0506
Yxy45.66600.34010.3980
Hunter Lab67.5766-15.200220.9380
CIE-Lab73.3283-13.439023.7993

#acba88 color RGB value is (172,186,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10001000
Octal 254 272 210
Decimal 172 186 136
Hex AC BA 88

RGB Percentages of Color #acba88

%34.82
%37.65
%27.53

CMYK Percentages of Color #acba88

%8
%0
%27
%27

Triadic Colors of #acba88

#acba88 #88acba #ba88ac

Analogous Colors of #acba88

#acba88 #93ba88 #baaf88

Monochromatic Colors of #acba88

#acba88

Complementary Color

#acba88 #9688ba

#acba88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba88 Color CSS Codes

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

#acba88 Text Font Color

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

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


#acba88 Background Color

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

This div background color is #acba88


#acba88 Border Color

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

This div border color is #acba88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba88


Comments

No comments written yet.

Please login to write comment.