Color Hex Logo

#9ea7fb Color Hex

#9EA7FB
(158,167,251)
0 Favorites   0 Comments

Color spaces of #9ea7fb

RGB 158167251
HSL0.650.920.80
HSV234°37°98°
CMYK 0.370.330.00   0.02
XYZ45.331941.871696.9596
Yxy41.87160.24620.2274
Hunter Lab64.708311.8101-43.5450
CIE-Lab70.782316.5920-42.7909

#9ea7fb color RGB value is (158,167,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100111 11111011
Octal 236 247 373
Decimal 158 167 251
Hex 9E A7 FB

RGB Percentages of Color #9ea7fb

%27.43
%28.99
%43.58

CMYK Percentages of Color #9ea7fb

%37
%33
%0
%2

Triadic Colors of #9ea7fb

#9ea7fb #fb9ea7 #a7fb9e

Analogous Colors of #9ea7fb

#9ea7fb #c49efb #9ed6fb

Monochromatic Colors of #9ea7fb

#9ea7fb

Complementary Color

#9ea7fb #fbf29e

#9ea7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea7fb Color CSS Codes

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

#9ea7fb Text Font Color

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

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


#9ea7fb Background Color

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

This div background color is #9ea7fb


#9ea7fb Border Color

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

This div border color is #9ea7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea7fb


Comments

No comments written yet.

Please login to write comment.