Color Hex Logo

#9eaaed Color Hex

#9EAAED
(158,170,237)
0 Favorites   0 Comments

Color spaces of #9eaaed

RGB 158170237
HSL0.640.690.77
HSV231°33°93°
CMYK 0.330.280.00   0.07
XYZ43.761342.133085.9468
Yxy42.13300.25470.2452
Hunter Lab64.90996.7496-33.0685
CIE-Lab70.962511.2504-34.9006

#9eaaed color RGB value is (158,170,237).

#9eaaed hex color red value is 158, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9eaaed hue: 0.64 , saturation: 0.69 and the lightness value of 9eaaed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 11101101
Octal 236 252 355
Decimal 158 170 237
Hex 9E AA ED

RGB Percentages of Color #9eaaed

%27.96
%30.09
%41.95

CMYK Percentages of Color #9eaaed

%33
%28
%0
%7

Triadic Colors of #9eaaed

#9eaaed #ed9eaa #aaed9e

Analogous Colors of #9eaaed

#9eaaed #ba9eed #9ed2ed

Monochromatic Colors of #9eaaed

#9eaaed

Complementary Color

#9eaaed #ede19e

#9eaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaaed Color CSS Codes

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

#9eaaed Text Font Color

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

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


#9eaaed Background Color

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

This div background color is #9eaaed


#9eaaed Border Color

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

This div border color is #9eaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaaed


Comments

No comments written yet.

Please login to write comment.