Color Hex Logo

#9ea2fa Color Hex

#9EA2FA
(158,162,250)
0 Favorites   0 Comments

Color spaces of #9ea2fa

RGB 158162250
HSL0.660.900.80
HSV237°37°98°
CMYK 0.370.350.00   0.02
XYZ44.276240.011995.8319
Yxy40.01190.24580.2221
Hunter Lab63.255014.2474-45.5465
CIE-Lab69.478019.1575-44.2908

#9ea2fa color RGB value is (158,162,250).

#9ea2fa hex color red value is 158, green value is 162 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9ea2fa hue: 0.66 , saturation: 0.90 and the lightness value of 9ea2fa is 0.80.

The process color (four color CMYK) of #9ea2fa color hex is 0.37, 0.35, 0.00, 0.02. Web safe color of #9ea2fa is #9999ff. Color #9ea2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100010 11111010
Octal 236 242 372
Decimal 158 162 250
Hex 9E A2 FA

RGB Percentages of Color #9ea2fa

%27.72
%28.42
%43.86

CMYK Percentages of Color #9ea2fa

%37
%35
%0
%2

Triadic Colors of #9ea2fa

#9ea2fa #fa9ea2 #a2fa9e

Analogous Colors of #9ea2fa

#9ea2fa #c89efa #9ed0fa

Monochromatic Colors of #9ea2fa

#9ea2fa

Complementary Color

#9ea2fa #faf69e

#9ea2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea2fa Color CSS Codes

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

#9ea2fa Text Font Color

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

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


#9ea2fa Background Color

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

This div background color is #9ea2fa


#9ea2fa Border Color

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

This div border color is #9ea2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea2fa


Comments

No comments written yet.

Please login to write comment.