Color Hex Logo

#9ebbed Color Hex

#9EBBED
(158,187,237)
0 Favorites   0 Comments

Color spaces of #9ebbed

RGB 158187237
HSL0.610.690.77
HSV218°33°93°
CMYK 0.330.210.00   0.07
XYZ47.156948.924287.0786
Yxy48.92420.25750.2671
Hunter Lab69.9458-2.0620-24.8506
CIE-Lab75.40411.8438-28.0504

#9ebbed color RGB value is (158,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11101101
Octal 236 273 355
Decimal 158 187 237
Hex 9E BB ED

RGB Percentages of Color #9ebbed

%27.15
%32.13
%40.72

CMYK Percentages of Color #9ebbed

%33
%21
%0
%7

Triadic Colors of #9ebbed

#9ebbed #ed9ebb #bbed9e

Analogous Colors of #9ebbed

#9ebbed #a99eed #9ee3ed

Monochromatic Colors of #9ebbed

#9ebbed

Complementary Color

#9ebbed #edd09e

#9ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbed Color CSS Codes

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

#9ebbed Text Font Color

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

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


#9ebbed Background Color

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

This div background color is #9ebbed


#9ebbed Border Color

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

This div border color is #9ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbed


Comments

No comments written yet.

Please login to write comment.