Color Hex Logo

#9e9ade Color Hex

#9E9ADE
(158,154,222)
0 Favorites   0 Comments

Color spaces of #9e9ade

RGB 158154222
HSL0.680.510.74
HSV244°31°87°
CMYK 0.290.310.00   0.13
XYZ38.841035.654273.9421
Yxy35.65420.26170.2402
Hunter Lab59.711111.6165-31.6228
CIE-Lab66.254916.4931-33.9766

#9e9ade color RGB value is (158,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011010 11011110
Octal 236 232 336
Decimal 158 154 222
Hex 9E 9A DE

RGB Percentages of Color #9e9ade

%29.59
%28.84
%41.57

CMYK Percentages of Color #9e9ade

%29
%31
%0
%13

Triadic Colors of #9e9ade

#9e9ade #de9e9a #9ade9e

Analogous Colors of #9e9ade

#9e9ade #c09ade #9ab8de

Monochromatic Colors of #9e9ade

#9e9ade

Complementary Color

#9e9ade #dade9a

#9e9ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9ade Color CSS Codes

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

#9e9ade Text Font Color

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

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


#9e9ade Background Color

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

This div background color is #9e9ade


#9e9ade Border Color

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

This div border color is #9e9ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9ade


Comments

No comments written yet.

Please login to write comment.