Color Hex Logo

#ac9edd Color Hex

#AC9EDD
(172,158,221)
0 Favorites   0 Comments

Color spaces of #ac9edd

RGB 172158221
HSL0.700.480.74
HSV253°29°87°
CMYK 0.220.290.00   0.13
XYZ42.291338.444873.5982
Yxy38.44480.27400.2491
Hunter Lab62.003913.2436-26.9741
CIE-Lab68.347218.1511-30.0962

#ac9edd color RGB value is (172,158,221).

#ac9edd hex color red value is 172, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac9edd hue: 0.70 , saturation: 0.48 and the lightness value of ac9edd is 0.74.

The process color (four color CMYK) of #ac9edd color hex is 0.22, 0.29, 0.00, 0.13. Web safe color of #ac9edd is #9999cc. Color #ac9edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011110 11011101
Octal 254 236 335
Decimal 172 158 221
Hex AC 9E DD

RGB Percentages of Color #ac9edd

%31.22
%28.68
%40.11

CMYK Percentages of Color #ac9edd

%22
%29
%0
%13

Triadic Colors of #ac9edd

#ac9edd #ddac9e #9eddac

Analogous Colors of #ac9edd

#ac9edd #cc9edd #9eb0dd

Monochromatic Colors of #ac9edd

#ac9edd

Complementary Color

#ac9edd #cfdd9e

#ac9edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9edd Color CSS Codes

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

#ac9edd Text Font Color

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

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


#ac9edd Background Color

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

This div background color is #ac9edd


#ac9edd Border Color

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

This div border color is #ac9edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9edd


Comments

No comments written yet.

Please login to write comment.