Color Hex Logo

#9eb0db Color Hex

#9EB0DB
(158,176,219)
0 Favorites   0 Comments

Color spaces of #9eb0db

RGB 158176219
HSL0.620.460.74
HSV222°28°86°
CMYK 0.280.200.00   0.14
XYZ42.412143.434273.1661
Yxy43.43420.26670.2731
Hunter Lab65.9046-0.4617-19.6894
CIE-Lab71.84873.4214-23.7149

#9eb0db color RGB value is (158,176,219).

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

The process color (four color CMYK) of #9eb0db color hex is 0.28, 0.20, 0.00, 0.14. Web safe color of #9eb0db is #9999cc. Color #9eb0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110000 11011011
Octal 236 260 333
Decimal 158 176 219
Hex 9E B0 DB

RGB Percentages of Color #9eb0db

%28.57
%31.83
%39.60

CMYK Percentages of Color #9eb0db

%28
%20
%0
%14

Triadic Colors of #9eb0db

#9eb0db #db9eb0 #b0db9e

Analogous Colors of #9eb0db

#9eb0db #ab9edb #9ecfdb

Monochromatic Colors of #9eb0db

#9eb0db

Complementary Color

#9eb0db #dbc99e

#9eb0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb0db Color CSS Codes

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

#9eb0db Text Font Color

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

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


#9eb0db Background Color

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

This div background color is #9eb0db


#9eb0db Border Color

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

This div border color is #9eb0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb0db


Comments

No comments written yet.

Please login to write comment.