Color Hex Logo

#9eaeda Color Hex

#9EAEDA
(158,174,218)
0 Favorites   0 Comments

Color spaces of #9eaeda

RGB 158174218
HSL0.620.450.74
HSV224°28°85°
CMYK 0.280.200.00   0.15
XYZ41.891542.603272.3450
Yxy42.60320.26710.2716
Hunter Lab65.27110.3382-20.0259
CIE-Lab71.28484.2821-24.0293

#9eaeda color RGB value is (158,174,218).

#9eaeda hex color red value is 158, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9eaeda hue: 0.62 , saturation: 0.45 and the lightness value of 9eaeda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11011010
Octal 236 256 332
Decimal 158 174 218
Hex 9E AE DA

RGB Percentages of Color #9eaeda

%28.73
%31.64
%39.64

CMYK Percentages of Color #9eaeda

%28
%20
%0
%15

Triadic Colors of #9eaeda

#9eaeda #da9eae #aeda9e

Analogous Colors of #9eaeda

#9eaeda #ac9eda #9eccda

Monochromatic Colors of #9eaeda

#9eaeda

Complementary Color

#9eaeda #daca9e

#9eaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaeda Color CSS Codes

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

#9eaeda Text Font Color

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

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


#9eaeda Background Color

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

This div background color is #9eaeda


#9eaeda Border Color

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

This div border color is #9eaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaeda


Comments

No comments written yet.

Please login to write comment.