Color Hex Logo

#9ebcfb Color Hex

#9EBCFB
(158,188,251)
0 Favorites   0 Comments

Color spaces of #9ebcfb

RGB 158188251
HSL0.610.920.80
HSV221°37°98°
CMYK 0.370.250.00   0.02
XYZ49.496450.200698.3477
Yxy50.20060.24990.2535
Hunter Lab70.85240.7057-32.7017
CIE-Lab76.19224.8873-34.3774

#9ebcfb color RGB value is (158,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11111011
Octal 236 274 373
Decimal 158 188 251
Hex 9E BC FB

RGB Percentages of Color #9ebcfb

%26.47
%31.49
%42.04

CMYK Percentages of Color #9ebcfb

%37
%25
%0
%2

Triadic Colors of #9ebcfb

#9ebcfb #fb9ebc #bcfb9e

Analogous Colors of #9ebcfb

#9ebcfb #af9efb #9eebfb

Monochromatic Colors of #9ebcfb

#9ebcfb

Complementary Color

#9ebcfb #fbdd9e

#9ebcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcfb Color CSS Codes

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

#9ebcfb Text Font Color

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

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


#9ebcfb Background Color

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

This div background color is #9ebcfb


#9ebcfb Border Color

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

This div border color is #9ebcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.