Color Hex Logo

#9ebbef Color Hex

#9EBBEF
(158,187,239)
0 Favorites   0 Comments

Color spaces of #9ebbef

RGB 158187239
HSL0.610.720.78
HSV219°34°94°
CMYK 0.340.220.00   0.06
XYZ47.450949.041788.6264
Yxy49.04170.25630.2649
Hunter Lab70.0298-1.6038-26.0138
CIE-Lab75.47732.3495-29.0179

#9ebbef color RGB value is (158,187,239).

#9ebbef hex color red value is 158, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9ebbef hue: 0.61 , saturation: 0.72 and the lightness value of 9ebbef is 0.78.

The process color (four color CMYK) of #9ebbef color hex is 0.34, 0.22, 0.00, 0.06. Web safe color of #9ebbef is #99ccff. Color #9ebbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11101111
Octal 236 273 357
Decimal 158 187 239
Hex 9E BB EF

RGB Percentages of Color #9ebbef

%27.05
%32.02
%40.92

CMYK Percentages of Color #9ebbef

%34
%22
%0
%6

Triadic Colors of #9ebbef

#9ebbef #ef9ebb #bbef9e

Analogous Colors of #9ebbef

#9ebbef #aa9eef #9ee4ef

Monochromatic Colors of #9ebbef

#9ebbef

Complementary Color

#9ebbef #efd29e

#9ebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbef Color CSS Codes

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

#9ebbef Text Font Color

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

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


#9ebbef Background Color

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

This div background color is #9ebbef


#9ebbef Border Color

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

This div border color is #9ebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbef


Comments

No comments written yet.

Please login to write comment.