Color Hex Logo

#ac9ece Color Hex

#AC9ECE
(172,158,206)
0 Favorites   0 Comments

Color spaces of #ac9ece

RGB 172158206
HSL0.720.330.71
HSV258°23°81°
CMYK 0.170.230.00   0.19
XYZ40.380737.680663.5373
Yxy37.68060.28520.2661
Hunter Lab61.384510.0001-18.4002
CIE-Lab67.784514.7391-22.6733

#ac9ece color RGB value is (172,158,206).

#ac9ece hex color red value is 172, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac9ece hue: 0.72 , saturation: 0.33 and the lightness value of ac9ece is 0.71.

The process color (four color CMYK) of #ac9ece color hex is 0.17, 0.23, 0.00, 0.19. Web safe color of #ac9ece is #9999cc. Color #ac9ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011110 11001110
Octal 254 236 316
Decimal 172 158 206
Hex AC 9E CE

RGB Percentages of Color #ac9ece

%32.09
%29.48
%38.43

CMYK Percentages of Color #ac9ece

%17
%23
%0
%19

Triadic Colors of #ac9ece

#ac9ece #ceac9e #9eceac

Analogous Colors of #ac9ece

#ac9ece #c49ece #9ea8ce

Monochromatic Colors of #ac9ece

#ac9ece

Complementary Color

#ac9ece #c0ce9e

#ac9ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9ece Color CSS Codes

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

#ac9ece Text Font Color

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

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


#ac9ece Background Color

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

This div background color is #ac9ece


#ac9ece Border Color

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

This div border color is #ac9ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9ece


Comments

No comments written yet.

Please login to write comment.