Color Hex Logo

#9ebebb Color Hex

#9EBEBB
(158,190,187)
0 Favorites   0 Comments

Color spaces of #9ebebb

RGB 158190187
HSL0.480.200.68
HSV174°17°75°
CMYK 0.170.000.02   0.25
XYZ41.483647.683954.0312
Yxy47.68390.28970.3330
Hunter Lab69.0535-13.61061.9458
CIE-Lab74.6251-11.3548-2.0901

#9ebebb color RGB value is (158,190,187).

#9ebebb hex color red value is 158, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9ebebb hue: 0.48 , saturation: 0.20 and the lightness value of 9ebebb is 0.68.

The process color (four color CMYK) of #9ebebb color hex is 0.17, 0.00, 0.02, 0.25. Web safe color of #9ebebb is #99cccc. Color #9ebebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 10111011
Octal 236 276 273
Decimal 158 190 187
Hex 9E BE BB

RGB Percentages of Color #9ebebb

%29.53
%35.51
%34.95

CMYK Percentages of Color #9ebebb

%17
%0
%2
%25

Triadic Colors of #9ebebb

#9ebebb #bb9ebe #bebb9e

Analogous Colors of #9ebebb

#9ebebb #9eb1be #9ebeab

Monochromatic Colors of #9ebebb

#9ebebb

Complementary Color

#9ebebb #be9ea1

#9ebebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebebb Color CSS Codes

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

#9ebebb Text Font Color

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

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


#9ebebb Background Color

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

This div background color is #9ebebb


#9ebebb Border Color

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

This div border color is #9ebebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebebb


Comments

No comments written yet.

Please login to write comment.