Color Hex Logo

#9eadec Color Hex

#9EADEC
(158,173,236)
0 Favorites   0 Comments

Color spaces of #9eadec

RGB 158173236
HSL0.630.670.77
HSV228°33°93°
CMYK 0.330.270.00   0.07
XYZ44.184443.212485.3689
Yxy43.21240.25570.2501
Hunter Lab65.73614.9401-30.9823
CIE-Lab71.69899.3167-33.2158

#9eadec color RGB value is (158,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11101100
Octal 236 255 354
Decimal 158 173 236
Hex 9E AD EC

RGB Percentages of Color #9eadec

%27.87
%30.51
%41.62

CMYK Percentages of Color #9eadec

%33
%27
%0
%7

Triadic Colors of #9eadec

#9eadec #ec9ead #adec9e

Analogous Colors of #9eadec

#9eadec #b69eec #9ed4ec

Monochromatic Colors of #9eadec

#9eadec

Complementary Color

#9eadec #ecdd9e

#9eadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadec Color CSS Codes

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

#9eadec Text Font Color

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

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


#9eadec Background Color

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

This div background color is #9eadec


#9eadec Border Color

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

This div border color is #9eadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadec


Comments

No comments written yet.

Please login to write comment.