Color Hex Logo

#9eadeb Color Hex

#9EADEB
(158,173,235)
0 Favorites   0 Comments

Color spaces of #9eadeb

RGB 158173235
HSL0.630.660.77
HSV228°33°92°
CMYK 0.330.260.00   0.08
XYZ44.039543.154484.6058
Yxy43.15440.25630.2512
Hunter Lab65.69204.7042-30.3761
CIE-Lab71.65969.0620-32.7323

#9eadeb color RGB value is (158,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11101011
Octal 236 255 353
Decimal 158 173 235
Hex 9E AD EB

RGB Percentages of Color #9eadeb

%27.92
%30.57
%41.52

CMYK Percentages of Color #9eadeb

%33
%26
%0
%8

Triadic Colors of #9eadeb

#9eadeb #eb9ead #adeb9e

Analogous Colors of #9eadeb

#9eadeb #b69eeb #9ed4eb

Monochromatic Colors of #9eadeb

#9eadeb

Complementary Color

#9eadeb #ebdc9e

#9eadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadeb Color CSS Codes

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

#9eadeb Text Font Color

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

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


#9eadeb Background Color

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

This div background color is #9eadeb


#9eadeb Border Color

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

This div border color is #9eadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadeb


Comments

No comments written yet.

Please login to write comment.