Color Hex Logo

#acb293 Color Hex

#ACB293
(172,178,147)
0 Favorites   0 Comments

Color spaces of #acb293

RGB 172178147
HSL0.200.170.64
HSV72°17°70°
CMYK 0.030.000.17   0.30
XYZ38.200142.718033.8358
Yxy42.71800.33290.3723
Hunter Lab65.3590-10.051115.0574
CIE-Lab71.3632-7.577515.1585

#acb293 color RGB value is (172,178,147).

#acb293 hex color red value is 172, green value is 178 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acb293 hue: 0.20 , saturation: 0.17 and the lightness value of acb293 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10010011
Octal 254 262 223
Decimal 172 178 147
Hex AC B2 93

RGB Percentages of Color #acb293

%34.61
%35.81
%29.58

CMYK Percentages of Color #acb293

%3
%0
%17
%30

Triadic Colors of #acb293

#acb293 #93acb2 #b293ac

Analogous Colors of #acb293

#acb293 #9db293 #b2a993

Monochromatic Colors of #acb293

#acb293

Complementary Color

#acb293 #9993b2

#acb293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb293 Color CSS Codes

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

#acb293 Text Font Color

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

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


#acb293 Background Color

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

This div background color is #acb293


#acb293 Border Color

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

This div border color is #acb293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb293


Comments

No comments written yet.

Please login to write comment.