Color Hex Logo

#9ebeba Color Hex

#9EBEBA
(158,190,186)
0 Favorites   0 Comments

Color spaces of #9ebeba

RGB 158190186
HSL0.480.200.68
HSV173°17°75°
CMYK 0.170.000.02   0.25
XYZ41.376947.641253.4692
Yxy47.64120.29040.3344
Hunter Lab69.0226-13.78442.3861
CIE-Lab74.5981-11.5636-1.5859

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 10111010
Octal 236 276 272
Decimal 158 190 186
Hex 9E BE BA

RGB Percentages of Color #9ebeba

%29.59
%35.58
%34.83

CMYK Percentages of Color #9ebeba

%17
%0
%2
%25

Triadic Colors of #9ebeba

#9ebeba #ba9ebe #beba9e

Analogous Colors of #9ebeba

#9ebeba #9eb2be #9ebeaa

Monochromatic Colors of #9ebeba

#9ebeba

Complementary Color

#9ebeba #be9ea2

#9ebeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebeba Color CSS Codes

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

#9ebeba Text Font Color

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

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


#9ebeba Background Color

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

This div background color is #9ebeba


#9ebeba Border Color

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

This div border color is #9ebeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebeba


Comments

No comments written yet.

Please login to write comment.