Color Hex Logo

#ac818c Color Hex

#AC818C
(172,129,140)
0 Favorites   0 Comments

Color spaces of #ac818c

RGB 172129140
HSL0.960.210.59
HSV345°25°67°
CMYK 0.000.250.19   0.33
XYZ29.597126.364628.3399
Yxy26.36460.35110.3127
Hunter Lab51.346513.03453.2183
CIE-Lab58.381518.29160.5484

#ac818c color RGB value is (172,129,140).

#ac818c hex color red value is 172, green value is 129 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac818c hue: 0.96 , saturation: 0.21 and the lightness value of ac818c is 0.59.

The process color (four color CMYK) of #ac818c color hex is 0.00, 0.25, 0.19, 0.33. Web safe color of #ac818c is #999999. Color #ac818c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 10001100
Octal 254 201 214
Decimal 172 129 140
Hex AC 81 8C

RGB Percentages of Color #ac818c

%39.00
%29.25
%31.75

CMYK Percentages of Color #ac818c

%0
%25
%19
%33

Triadic Colors of #ac818c

#ac818c #8cac81 #818cac

Analogous Colors of #ac818c

#ac818c #ac8c81 #ac81a2

Monochromatic Colors of #ac818c

#ac818c

Complementary Color

#ac818c #81aca1

#ac818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac818c Color CSS Codes

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

#ac818c Text Font Color

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

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


#ac818c Background Color

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

This div background color is #ac818c


#ac818c Border Color

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

This div border color is #ac818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac818c


Comments

No comments written yet.

Please login to write comment.