Color Hex Logo

#acb288 Color Hex

#ACB288
(172,178,136)
0 Favorites   0 Comments

Color spaces of #acb288

RGB 172178136
HSL0.190.210.62
HSV69°24°70°
CMYK 0.030.000.24   0.30
XYZ37.377642.389029.5044
Yxy42.38900.34210.3879
Hunter Lab65.1068-11.460818.7064
CIE-Lab71.1383-9.275820.8172

#acb288 color RGB value is (172,178,136).

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

The process color (four color CMYK) of #acb288 color hex is 0.03, 0.00, 0.24, 0.30. Web safe color of #acb288 is #999999. Color #acb288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10001000
Octal 254 262 210
Decimal 172 178 136
Hex AC B2 88

RGB Percentages of Color #acb288

%35.39
%36.63
%27.98

CMYK Percentages of Color #acb288

%3
%0
%24
%30

Triadic Colors of #acb288

#acb288 #88acb2 #b288ac

Analogous Colors of #acb288

#acb288 #97b288 #b2a388

Monochromatic Colors of #acb288

#acb288

Complementary Color

#acb288 #8e88b2

#acb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb288 Color CSS Codes

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

#acb288 Text Font Color

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

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


#acb288 Background Color

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

This div background color is #acb288


#acb288 Border Color

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

This div border color is #acb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb288


Comments

No comments written yet.

Please login to write comment.