Color Hex Logo

#9ebebe Color Hex

#9EBEBE
(158,190,190)
0 Favorites   0 Comments

Color spaces of #9ebebe

RGB 158190190
HSL0.500.200.68
HSV180°17°75°
CMYK 0.170.000.00   0.25
XYZ41.808347.813755.7406
Yxy47.81370.28760.3289
Hunter Lab69.1475-13.08240.6088
CIE-Lab74.7073-10.7219-3.6010

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 10111110
Octal 236 276 276
Decimal 158 190 190
Hex 9E BE BE

RGB Percentages of Color #9ebebe

%29.37
%35.32
%35.32

CMYK Percentages of Color #9ebebe

%17
%0
%0
%25

Triadic Colors of #9ebebe

#9ebebe #be9ebe #bebe9e

Analogous Colors of #9ebebe

#9ebebe #9eaebe #9ebeae

Monochromatic Colors of #9ebebe

#9ebebe

Complementary Color

#9ebebe #be9e9e

#9ebebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebebe Color CSS Codes

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

#9ebebe Text Font Color

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

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


#9ebebe Background Color

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

This div background color is #9ebebe


#9ebebe Border Color

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

This div border color is #9ebebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebebe


Comments

No comments written yet.

Please login to write comment.