Color Hex Logo

#ac929d Color Hex

#AC929D
(172,146,157)
0 Favorites   0 Comments

Color spaces of #ac929d

RGB 172146157
HSL0.930.140.62
HSV335°15°67°
CMYK 0.000.150.09   0.33
XYZ33.377931.762736.2699
Yxy31.76270.32910.3132
Hunter Lab56.35847.08831.2943
CIE-Lab63.146311.6103-2.1820

#ac929d color RGB value is (172,146,157).

#ac929d hex color red value is 172, green value is 146 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ac929d hue: 0.93 , saturation: 0.14 and the lightness value of ac929d is 0.62.

The process color (four color CMYK) of #ac929d color hex is 0.00, 0.15, 0.09, 0.33. Web safe color of #ac929d is #999999. Color #ac929d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 10011101
Octal 254 222 235
Decimal 172 146 157
Hex AC 92 9D

RGB Percentages of Color #ac929d

%36.21
%30.74
%33.05

CMYK Percentages of Color #ac929d

%0
%15
%9
%33

Triadic Colors of #ac929d

#ac929d #9dac92 #929dac

Analogous Colors of #ac929d

#ac929d #ac9492 #ac92aa

Monochromatic Colors of #ac929d

#ac929d

Complementary Color

#ac929d #92aca1

#ac929d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac929d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac929d Color CSS Codes

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

#ac929d Text Font Color

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

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


#ac929d Background Color

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

This div background color is #ac929d


#ac929d Border Color

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

This div border color is #ac929d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac929d


Comments

No comments written yet.

Please login to write comment.