Color Hex Logo

#9ebafb Color Hex

#9EBAFB
(158,186,251)
0 Favorites   0 Comments

Color spaces of #9ebafb

RGB 158186251
HSL0.620.920.80
HSV222°37°98°
CMYK 0.370.260.00   0.02
XYZ49.072049.351998.2063
Yxy49.35190.24960.2510
Hunter Lab70.25091.7476-33.7080
CIE-Lab75.66975.9864-35.1855

#9ebafb color RGB value is (158,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11111011
Octal 236 272 373
Decimal 158 186 251
Hex 9E BA FB

RGB Percentages of Color #9ebafb

%26.55
%31.26
%42.18

CMYK Percentages of Color #9ebafb

%37
%26
%0
%2

Triadic Colors of #9ebafb

#9ebafb #fb9eba #bafb9e

Analogous Colors of #9ebafb

#9ebafb #b19efb #9ee9fb

Monochromatic Colors of #9ebafb

#9ebafb

Complementary Color

#9ebafb #fbdf9e

#9ebafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebafb Color CSS Codes

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

#9ebafb Text Font Color

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

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


#9ebafb Background Color

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

This div background color is #9ebafb


#9ebafb Border Color

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

This div border color is #9ebafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebafb


Comments

No comments written yet.

Please login to write comment.