Color Hex Logo

#9ebadb Color Hex

#9EBADB
(158,186,219)
0 Favorites   0 Comments

Color spaces of #9ebadb

RGB 158186219
HSL0.590.460.74
HSV212°28°86°
CMYK 0.280.150.00   0.14
XYZ44.445647.501473.8440
Yxy47.50140.26810.2865
Hunter Lab68.9213-5.5020-15.2799
CIE-Lab74.5094-2.0356-19.6669

#9ebadb color RGB value is (158,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11011011
Octal 236 272 333
Decimal 158 186 219
Hex 9E BA DB

RGB Percentages of Color #9ebadb

%28.06
%33.04
%38.90

CMYK Percentages of Color #9ebadb

%28
%15
%0
%14

Triadic Colors of #9ebadb

#9ebadb #db9eba #badb9e

Analogous Colors of #9ebadb

#9ebadb #a19edb #9ed9db

Monochromatic Colors of #9ebadb

#9ebadb

Complementary Color

#9ebadb #dbbf9e

#9ebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebadb Color CSS Codes

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

#9ebadb Text Font Color

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

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


#9ebadb Background Color

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

This div background color is #9ebadb


#9ebadb Border Color

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

This div border color is #9ebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebadb


Comments

No comments written yet.

Please login to write comment.