Color Hex Logo

#9ebbee Color Hex

#9EBBEE
(158,187,238)
0 Favorites   0 Comments

Color spaces of #9ebbee

RGB 158187238
HSL0.610.700.78
HSV218°34°93°
CMYK 0.340.210.00   0.07
XYZ47.303548.982887.8504
Yxy48.98280.25690.2660
Hunter Lab69.9877-1.8334-25.4310
CIE-Lab75.44062.0963-28.5344

#9ebbee color RGB value is (158,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11101110
Octal 236 273 356
Decimal 158 187 238
Hex 9E BB EE

RGB Percentages of Color #9ebbee

%27.10
%32.08
%40.82

CMYK Percentages of Color #9ebbee

%34
%21
%0
%7

Triadic Colors of #9ebbee

#9ebbee #ee9ebb #bbee9e

Analogous Colors of #9ebbee

#9ebbee #a99eee #9ee3ee

Monochromatic Colors of #9ebbee

#9ebbee

Complementary Color

#9ebbee #eed19e

#9ebbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbee Color CSS Codes

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

#9ebbee Text Font Color

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

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


#9ebbee Background Color

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

This div background color is #9ebbee


#9ebbee Border Color

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

This div border color is #9ebbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbee


Comments

No comments written yet.

Please login to write comment.