Color Hex Logo

#9ebceb Color Hex

#9EBCEB
(158,188,235)
0 Favorites   0 Comments

Color spaces of #9ebceb

RGB 158188235
HSL0.600.660.77
HSV217°33°92°
CMYK 0.330.200.00   0.08
XYZ47.079249.233785.6190
Yxy49.23370.25880.2706
Hunter Lab70.1667-3.0251-23.2303
CIE-Lab75.59650.7972-26.6757

#9ebceb color RGB value is (158,188,235).

#9ebceb hex color red value is 158, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ebceb hue: 0.60 , saturation: 0.66 and the lightness value of 9ebceb is 0.77.

The process color (four color CMYK) of #9ebceb color hex is 0.33, 0.20, 0.00, 0.08. Web safe color of #9ebceb is #99ccff. Color #9ebceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11101011
Octal 236 274 353
Decimal 158 188 235
Hex 9E BC EB

RGB Percentages of Color #9ebceb

%27.19
%32.36
%40.45

CMYK Percentages of Color #9ebceb

%33
%20
%0
%8

Triadic Colors of #9ebceb

#9ebceb #eb9ebc #bceb9e

Analogous Colors of #9ebceb

#9ebceb #a79eeb #9ee3eb

Monochromatic Colors of #9ebceb

#9ebceb

Complementary Color

#9ebceb #ebcd9e

#9ebceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebceb Color CSS Codes

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

#9ebceb Text Font Color

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

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


#9ebceb Background Color

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

This div background color is #9ebceb


#9ebceb Border Color

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

This div border color is #9ebceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebceb


Comments

No comments written yet.

Please login to write comment.