Color Hex Logo

#9ebedc Color Hex

#9EBEDC
(158,190,220)
0 Favorites   0 Comments

Color spaces of #9ebedc

RGB 158190220
HSL0.580.470.74
HSV209°28°86°
CMYK 0.280.140.00   0.14
XYZ45.432349.263374.8244
Yxy49.26330.26800.2906
Hunter Lab70.1878-7.2863-14.0752
CIE-Lab75.6148-3.9497-18.5351

#9ebedc color RGB value is (158,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11011100
Octal 236 276 334
Decimal 158 190 220
Hex 9E BE DC

RGB Percentages of Color #9ebedc

%27.82
%33.45
%38.73

CMYK Percentages of Color #9ebedc

%28
%14
%0
%14

Triadic Colors of #9ebedc

#9ebedc #dc9ebe #bedc9e

Analogous Colors of #9ebedc

#9ebedc #9e9fdc #9edcdb

Monochromatic Colors of #9ebedc

#9ebedc

Complementary Color

#9ebedc #dcbc9e

#9ebedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebedc Color CSS Codes

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

#9ebedc Text Font Color

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

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


#9ebedc Background Color

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

This div background color is #9ebedc


#9ebedc Border Color

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

This div border color is #9ebedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebedc


Comments

No comments written yet.

Please login to write comment.