Color Hex Logo

#acbba8 Color Hex

#ACBBA8
(172,187,168)
0 Favorites   0 Comments

Color spaces of #acbba8

RGB 172187168
HSL0.300.120.70
HSV107°10°73°
CMYK 0.080.000.10   0.27
XYZ41.851547.138543.9386
Yxy47.13850.31480.3546
Hunter Lab68.6575-11.342510.1165
CIE-Lab74.2783-8.74187.8575

#acbba8 color RGB value is (172,187,168).

#acbba8 hex color red value is 172, green value is 187 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #acbba8 hue: 0.30 , saturation: 0.12 and the lightness value of acbba8 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10101000
Octal 254 273 250
Decimal 172 187 168
Hex AC BB A8

RGB Percentages of Color #acbba8

%32.64
%35.48
%31.88

CMYK Percentages of Color #acbba8

%8
%0
%10
%27

Triadic Colors of #acbba8

#acbba8 #a8acbb #bba8ac

Analogous Colors of #acbba8

#acbba8 #a8bbae #b6bba8

Monochromatic Colors of #acbba8

#acbba8

Complementary Color

#acbba8 #b7a8bb

#acbba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbba8 Color CSS Codes

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

#acbba8 Text Font Color

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

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


#acbba8 Background Color

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

This div background color is #acbba8


#acbba8 Border Color

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

This div border color is #acbba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbba8


Comments

No comments written yet.

Please login to write comment.