Color Hex Logo

#acb692 Color Hex

#ACB692
(172,182,146)
0 Favorites   0 Comments

Color spaces of #acb692

RGB 172182146
HSL0.210.200.64
HSV77°20°71°
CMYK 0.050.000.20   0.29
XYZ38.929544.301933.6934
Yxy44.30190.33290.3789
Hunter Lab66.5597-12.078116.5784
CIE-Lab72.4298-9.841517.1879

#acb692 color RGB value is (172,182,146).

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

The process color (four color CMYK) of #acb692 color hex is 0.05, 0.00, 0.20, 0.29. Web safe color of #acb692 is #99cc99. Color #acb692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 10010010
Octal 254 266 222
Decimal 172 182 146
Hex AC B6 92

RGB Percentages of Color #acb692

%34.40
%36.40
%29.20

CMYK Percentages of Color #acb692

%5
%0
%20
%29

Triadic Colors of #acb692

#acb692 #92acb6 #b692ac

Analogous Colors of #acb692

#acb692 #9ab692 #b6ae92

Monochromatic Colors of #acb692

#acb692

Complementary Color

#acb692 #9c92b6

#acb692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb692 Color CSS Codes

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

#acb692 Text Font Color

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

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


#acb692 Background Color

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

This div background color is #acb692


#acb692 Border Color

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

This div border color is #acb692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb692


Comments

No comments written yet.

Please login to write comment.