Color Hex Logo

#ac9eeb Color Hex

#AC9EEB
(172,158,235)
0 Favorites   0 Comments

Color spaces of #ac9eeb

RGB 172158235
HSL0.700.660.77
HSV251°33°92°
CMYK 0.270.330.00   0.08
XYZ44.235539.222583.8365
Yxy39.22250.26440.2345
Hunter Lab62.627916.4799-35.5288
CIE-Lab68.912121.4778-36.9104

#ac9eeb color RGB value is (172,158,235).

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

The process color (four color CMYK) of #ac9eeb color hex is 0.27, 0.33, 0.00, 0.08. Web safe color of #ac9eeb is #9999ff. Color #ac9eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011110 11101011
Octal 254 236 353
Decimal 172 158 235
Hex AC 9E EB

RGB Percentages of Color #ac9eeb

%30.44
%27.96
%41.59

CMYK Percentages of Color #ac9eeb

%27
%33
%0
%8

Triadic Colors of #ac9eeb

#ac9eeb #ebac9e #9eebac

Analogous Colors of #ac9eeb

#ac9eeb #d39eeb #9eb7eb

Monochromatic Colors of #ac9eeb

#ac9eeb

Complementary Color

#ac9eeb #ddeb9e

#ac9eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9eeb Color CSS Codes

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

#ac9eeb Text Font Color

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

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


#ac9eeb Background Color

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

This div background color is #ac9eeb


#ac9eeb Border Color

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

This div border color is #ac9eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9eeb


Comments

No comments written yet.

Please login to write comment.