Color Hex Logo

#9eade5 Color Hex

#9EADE5
(158,173,229)
0 Favorites   0 Comments

Color spaces of #9eade5

RGB 158173229
HSL0.630.580.76
HSV227°31°90°
CMYK 0.310.240.00   0.10
XYZ43.187042.813480.1164
Yxy42.81340.26000.2577
Hunter Lab65.43193.3093-26.7937
CIE-Lab71.42817.5471-29.8200

#9eade5 color RGB value is (158,173,229).

#9eade5 hex color red value is 158, green value is 173 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #9eade5 hue: 0.63 , saturation: 0.58 and the lightness value of 9eade5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11100101
Octal 236 255 345
Decimal 158 173 229
Hex 9E AD E5

RGB Percentages of Color #9eade5

%28.21
%30.89
%40.89

CMYK Percentages of Color #9eade5

%31
%24
%0
%10

Triadic Colors of #9eade5

#9eade5 #e59ead #ade59e

Analogous Colors of #9eade5

#9eade5 #b39ee5 #9ed1e5

Monochromatic Colors of #9eade5

#9eade5

Complementary Color

#9eade5 #e5d69e

#9eade5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eade5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eade5 Color CSS Codes

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

#9eade5 Text Font Color

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

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


#9eade5 Background Color

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

This div background color is #9eade5


#9eade5 Border Color

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

This div border color is #9eade5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eade5

#9eade5 Color Palettes


Comments

No comments written yet.

Please login to write comment.