Color Hex Logo

#ac8ebc Color Hex

#AC8EBC
(172,142,188)
0 Favorites   0 Comments

Color spaces of #ac8ebc

RGB 172142188
HSL0.780.260.65
HSV279°24°74°
CMYK 0.090.240.00   0.26
XYZ35.763431.747551.8199
Yxy31.74750.29970.2660
Hunter Lab56.344914.6944-15.0870
CIE-Lab63.133619.8759-19.7127

#ac8ebc color RGB value is (172,142,188).

#ac8ebc hex color red value is 172, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac8ebc hue: 0.78 , saturation: 0.26 and the lightness value of ac8ebc is 0.65.

The process color (four color CMYK) of #ac8ebc color hex is 0.09, 0.24, 0.00, 0.26. Web safe color of #ac8ebc is #9999cc. Color #ac8ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 10111100
Octal 254 216 274
Decimal 172 142 188
Hex AC 8E BC

RGB Percentages of Color #ac8ebc

%34.26
%28.29
%37.45

CMYK Percentages of Color #ac8ebc

%9
%24
%0
%26

Triadic Colors of #ac8ebc

#ac8ebc #bcac8e #8ebcac

Analogous Colors of #ac8ebc

#ac8ebc #bc8eb5 #958ebc

Monochromatic Colors of #ac8ebc

#ac8ebc

Complementary Color

#ac8ebc #9ebc8e

#ac8ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ebc Color CSS Codes

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

#ac8ebc Text Font Color

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

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


#ac8ebc Background Color

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

This div background color is #ac8ebc


#ac8ebc Border Color

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

This div border color is #ac8ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ebc


Comments

No comments written yet.

Please login to write comment.