Color Hex Logo

#9e9adc Color Hex

#9E9ADC
(158,154,220)
0 Favorites   0 Comments

Color spaces of #9e9adc

RGB 158154220
HSL0.680.490.73
HSV244°30°86°
CMYK 0.280.300.00   0.14
XYZ38.574435.547672.5384
Yxy35.54760.26300.2424
Hunter Lab59.621811.1486-30.3994
CIE-Lab66.172815.9960-32.9985

#9e9adc color RGB value is (158,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011010 11011100
Octal 236 232 334
Decimal 158 154 220
Hex 9E 9A DC

RGB Percentages of Color #9e9adc

%29.70
%28.95
%41.35

CMYK Percentages of Color #9e9adc

%28
%30
%0
%14

Triadic Colors of #9e9adc

#9e9adc #dc9e9a #9adc9e

Analogous Colors of #9e9adc

#9e9adc #bf9adc #9ab7dc

Monochromatic Colors of #9e9adc

#9e9adc

Complementary Color

#9e9adc #d8dc9a

#9e9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9adc Color CSS Codes

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

#9e9adc Text Font Color

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

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


#9e9adc Background Color

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

This div background color is #9e9adc


#9e9adc Border Color

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

This div border color is #9e9adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,154,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 #9e9adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9adc


Comments

No comments written yet.

Please login to write comment.