Color Hex Logo

#9e9acc Color Hex

#9E9ACC
(158,154,204)
0 Favorites   0 Comments

Color spaces of #9e9acc

RGB 158154204
HSL0.680.330.70
HSV245°25°80°
CMYK 0.230.250.00   0.20
XYZ36.555234.739961.9056
Yxy34.73990.27440.2608
Hunter Lab58.94067.5605-21.0142
CIE-Lab65.545712.1238-25.0903

#9e9acc color RGB value is (158,154,204).

#9e9acc hex color red value is 158, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9e9acc hue: 0.68 , saturation: 0.33 and the lightness value of 9e9acc is 0.70.

The process color (four color CMYK) of #9e9acc color hex is 0.23, 0.25, 0.00, 0.20. Web safe color of #9e9acc is #9999cc. Color #9e9acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011010 11001100
Octal 236 232 314
Decimal 158 154 204
Hex 9E 9A CC

RGB Percentages of Color #9e9acc

%30.62
%29.84
%39.53

CMYK Percentages of Color #9e9acc

%23
%25
%0
%20

Triadic Colors of #9e9acc

#9e9acc #cc9e9a #9acc9e

Analogous Colors of #9e9acc

#9e9acc #b79acc #9aafcc

Monochromatic Colors of #9e9acc

#9e9acc

Complementary Color

#9e9acc #c8cc9a

#9e9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9acc Color CSS Codes

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

#9e9acc Text Font Color

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

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


#9e9acc Background Color

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

This div background color is #9e9acc


#9e9acc Border Color

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

This div border color is #9e9acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,154,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e9acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e9acc;
  -webkit-box-shadow: 1px 1px 3px 2px #9e9acc;
  box-shadow:         1px 1px 3px 2px #9e9acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9acc


Comments

No comments written yet.

Please login to write comment.