Color Hex Logo

#9ebedb Color Hex

#9EBEDB
(158,190,219)
0 Favorites   0 Comments

Color spaces of #9ebedb

RGB 158190219
HSL0.580.460.74
HSV209°28°86°
CMYK 0.280.130.00   0.14
XYZ45.300249.210574.1288
Yxy49.21050.26860.2918
Hunter Lab70.1502-7.4947-13.5475
CIE-Lab75.5821-4.1879-18.0430

#9ebedb color RGB value is (158,190,219).

#9ebedb hex color red value is 158, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9ebedb hue: 0.58 , saturation: 0.46 and the lightness value of 9ebedb is 0.74.

The process color (four color CMYK) of #9ebedb color hex is 0.28, 0.13, 0.00, 0.14. Web safe color of #9ebedb is #99cccc. Color #9ebedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11011011
Octal 236 276 333
Decimal 158 190 219
Hex 9E BE DB

RGB Percentages of Color #9ebedb

%27.87
%33.51
%38.62

CMYK Percentages of Color #9ebedb

%28
%13
%0
%14

Triadic Colors of #9ebedb

#9ebedb #db9ebe #bedb9e

Analogous Colors of #9ebedb

#9ebedb #9ea0db #9edbda

Monochromatic Colors of #9ebedb

#9ebedb

Complementary Color

#9ebedb #dbbb9e

#9ebedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebedb Color CSS Codes

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

#9ebedb Text Font Color

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

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


#9ebedb Background Color

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

This div background color is #9ebedb


#9ebedb Border Color

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

This div border color is #9ebedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebedb


Comments

No comments written yet.

Please login to write comment.