Color Hex Logo

#9ebefb Color Hex

#9EBEFB
(158,190,251)
0 Favorites   0 Comments

Color spaces of #9ebefb

RGB 158190251
HSL0.610.920.80
HSV219°37°98°
CMYK 0.370.240.00   0.02
XYZ49.926651.061098.4911
Yxy51.06100.25030.2560
Hunter Lab71.4570-0.3327-31.7011
CIE-Lab76.71593.7920-33.5683

#9ebefb color RGB value is (158,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11111011
Octal 236 276 373
Decimal 158 190 251
Hex 9E BE FB

RGB Percentages of Color #9ebefb

%26.38
%31.72
%41.90

CMYK Percentages of Color #9ebefb

%37
%24
%0
%2

Triadic Colors of #9ebefb

#9ebefb #fb9ebe #befb9e

Analogous Colors of #9ebefb

#9ebefb #ad9efb #9eedfb

Monochromatic Colors of #9ebefb

#9ebefb

Complementary Color

#9ebefb #fbdb9e

#9ebefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebefb Color CSS Codes

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

#9ebefb Text Font Color

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

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


#9ebefb Background Color

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

This div background color is #9ebefb


#9ebefb Border Color

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

This div border color is #9ebefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebefb

Related Colors


Comments

No comments written yet.

Please login to write comment.