Color Hex Logo

#9ebbda Color Hex

#9EBBDA
(158,187,218)
0 Favorites   0 Comments

Color spaces of #9ebbda

RGB 158187218
HSL0.590.450.74
HSV211°28°85°
CMYK 0.280.140.00   0.15
XYZ44.525847.871773.2231
Yxy47.87170.26880.2890
Hunter Lab69.1894-6.2104-14.3140
CIE-Lab74.7439-2.8135-18.7686

#9ebbda color RGB value is (158,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11011010
Octal 236 273 332
Decimal 158 187 218
Hex 9E BB DA

RGB Percentages of Color #9ebbda

%28.06
%33.21
%38.72

CMYK Percentages of Color #9ebbda

%28
%14
%0
%15

Triadic Colors of #9ebbda

#9ebbda #da9ebb #bbda9e

Analogous Colors of #9ebbda

#9ebbda #9f9eda #9ed9da

Monochromatic Colors of #9ebbda

#9ebbda

Complementary Color

#9ebbda #dabd9e

#9ebbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbda Color CSS Codes

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

#9ebbda Text Font Color

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

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


#9ebbda Background Color

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

This div background color is #9ebbda


#9ebbda Border Color

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

This div border color is #9ebbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbda


Comments

No comments written yet.

Please login to write comment.