Color Hex Logo

#acb795 Color Hex

#ACB795
(172,183,149)
0 Favorites   0 Comments

Color spaces of #acb795

RGB 172183149
HSL0.220.190.65
HSV79°19°72°
CMYK 0.060.000.19   0.28
XYZ39.371644.807635.0074
Yxy44.80760.33030.3759
Hunter Lab66.9385-12.152915.8495
CIE-Lab72.7650-9.886016.0297

#acb795 color RGB value is (172,183,149).

#acb795 hex color red value is 172, green value is 183 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #acb795 hue: 0.22 , saturation: 0.19 and the lightness value of acb795 is 0.65.

The process color (four color CMYK) of #acb795 color hex is 0.06, 0.00, 0.19, 0.28. Web safe color of #acb795 is #99cc99. Color #acb795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 10010101
Octal 254 267 225
Decimal 172 183 149
Hex AC B7 95

RGB Percentages of Color #acb795

%34.13
%36.31
%29.56

CMYK Percentages of Color #acb795

%6
%0
%19
%28

Triadic Colors of #acb795

#acb795 #95acb7 #b795ac

Analogous Colors of #acb795

#acb795 #9bb795 #b7b195

Monochromatic Colors of #acb795

#acb795

Complementary Color

#acb795 #a095b7

#acb795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb795 Color CSS Codes

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

#acb795 Text Font Color

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

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


#acb795 Background Color

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

This div background color is #acb795


#acb795 Border Color

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

This div border color is #acb795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb795


Comments

No comments written yet.

Please login to write comment.