Color Hex Logo

#9ebbdb Color Hex

#9EBBDB
(158,187,219)
0 Favorites   0 Comments

Color spaces of #9ebbdb

RGB 158187219
HSL0.590.460.74
HSV211°28°86°
CMYK 0.280.150.00   0.14
XYZ44.657147.924273.9145
Yxy47.92420.26820.2878
Hunter Lab69.2273-6.0011-14.8453
CIE-Lab74.7771-2.5751-19.2612

#9ebbdb color RGB value is (158,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11011011
Octal 236 273 333
Decimal 158 187 219
Hex 9E BB DB

RGB Percentages of Color #9ebbdb

%28.01
%33.16
%38.83

CMYK Percentages of Color #9ebbdb

%28
%15
%0
%14

Triadic Colors of #9ebbdb

#9ebbdb #db9ebb #bbdb9e

Analogous Colors of #9ebbdb

#9ebbdb #a09edb #9edadb

Monochromatic Colors of #9ebbdb

#9ebbdb

Complementary Color

#9ebbdb #dbbe9e

#9ebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbdb Color CSS Codes

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

#9ebbdb Text Font Color

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

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


#9ebbdb Background Color

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

This div background color is #9ebbdb


#9ebbdb Border Color

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

This div border color is #9ebbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbdb


Comments

No comments written yet.

Please login to write comment.