Color Hex Logo

#ac9edc Color Hex

#AC9EDC
(172,158,220)
0 Favorites   0 Comments

Color spaces of #ac9edc

RGB 172158220
HSL0.700.470.74
HSV254°28°86°
CMYK 0.220.280.00   0.14
XYZ42.158438.391772.8985
Yxy38.39170.27470.2502
Hunter Lab61.961013.0199-26.3832
CIE-Lab68.308317.9183-29.6051

#ac9edc color RGB value is (172,158,220).

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

The process color (four color CMYK) of #ac9edc color hex is 0.22, 0.28, 0.00, 0.14. Web safe color of #ac9edc is #9999cc. Color #ac9edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011110 11011100
Octal 254 236 334
Decimal 172 158 220
Hex AC 9E DC

RGB Percentages of Color #ac9edc

%31.27
%28.73
%40.00

CMYK Percentages of Color #ac9edc

%22
%28
%0
%14

Triadic Colors of #ac9edc

#ac9edc #dcac9e #9edcac

Analogous Colors of #ac9edc

#ac9edc #cb9edc #9eafdc

Monochromatic Colors of #ac9edc

#ac9edc

Complementary Color

#ac9edc #cedc9e

#ac9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9edc Color CSS Codes

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

#ac9edc Text Font Color

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

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


#ac9edc Background Color

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

This div background color is #ac9edc


#ac9edc Border Color

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

This div border color is #ac9edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9edc


Comments

No comments written yet.

Please login to write comment.