Color Hex Logo

#9ea6fc Color Hex

#9EA6FC
(158,166,252)
0 Favorites   0 Comments

Color spaces of #9ea6fc

RGB 158166252
HSL0.650.940.80
HSV235°37°99°
CMYK 0.370.340.00   0.01
XYZ45.307541.569897.7313
Yxy41.56980.24540.2252
Hunter Lab64.474612.6045-44.7401
CIE-Lab70.573317.4227-43.6604

#9ea6fc color RGB value is (158,166,252).

#9ea6fc hex color red value is 158, green value is 166 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9ea6fc hue: 0.65 , saturation: 0.94 and the lightness value of 9ea6fc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100110 11111100
Octal 236 246 374
Decimal 158 166 252
Hex 9E A6 FC

RGB Percentages of Color #9ea6fc

%27.43
%28.82
%43.75

CMYK Percentages of Color #9ea6fc

%37
%34
%0
%1

Triadic Colors of #9ea6fc

#9ea6fc #fc9ea6 #a6fc9e

Analogous Colors of #9ea6fc

#9ea6fc #c59efc #9ed5fc

Monochromatic Colors of #9ea6fc

#9ea6fc

Complementary Color

#9ea6fc #fcf49e

#9ea6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea6fc Color CSS Codes

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

#9ea6fc Text Font Color

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

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


#9ea6fc Background Color

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

This div background color is #9ea6fc


#9ea6fc Border Color

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

This div border color is #9ea6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea6fc

Related Colors


Comments

No comments written yet.

Please login to write comment.