Color Hex Logo

#9eb7fb Color Hex

#9EB7FB
(158,183,251)
0 Favorites   0 Comments

Color spaces of #9eb7fb

RGB 158183251
HSL0.620.920.80
HSV224°37°98°
CMYK 0.370.270.00   0.02
XYZ48.446648.101197.9978
Yxy48.10110.24900.2472
Hunter Lab69.35503.3166-35.2277
CIE-Lab74.88877.6419-36.3953

#9eb7fb color RGB value is (158,183,251).

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

The process color (four color CMYK) of #9eb7fb color hex is 0.37, 0.27, 0.00, 0.02. Web safe color of #9eb7fb is #99ccff. Color #9eb7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110111 11111011
Octal 236 267 373
Decimal 158 183 251
Hex 9E B7 FB

RGB Percentages of Color #9eb7fb

%26.69
%30.91
%42.40

CMYK Percentages of Color #9eb7fb

%37
%27
%0
%2

Triadic Colors of #9eb7fb

#9eb7fb #fb9eb7 #b7fb9e

Analogous Colors of #9eb7fb

#9eb7fb #b49efb #9ee6fb

Monochromatic Colors of #9eb7fb

#9eb7fb

Complementary Color

#9eb7fb #fbe29e

#9eb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb7fb Color CSS Codes

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

#9eb7fb Text Font Color

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

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


#9eb7fb Background Color

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

This div background color is #9eb7fb


#9eb7fb Border Color

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

This div border color is #9eb7fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,183,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 #9eb7fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.