Color Hex Logo

#9ebfbe Color Hex

#9EBFBE
(158,191,190)
0 Favorites   0 Comments

Color spaces of #9ebfbe

RGB 158191190
HSL0.490.200.68
HSV178°17°75°
CMYK 0.170.000.01   0.25
XYZ42.025648.248455.8131
Yxy48.24840.28770.3303
Hunter Lab69.4611-13.56010.9823
CIE-Lab74.9813-11.2455-3.1978

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 10111110
Octal 236 277 276
Decimal 158 191 190
Hex 9E BF BE

RGB Percentages of Color #9ebfbe

%29.31
%35.44
%35.25

CMYK Percentages of Color #9ebfbe

%17
%0
%1
%25

Triadic Colors of #9ebfbe

#9ebfbe #be9ebf #bfbe9e

Analogous Colors of #9ebfbe

#9ebfbe #9eb0bf #9ebfae

Monochromatic Colors of #9ebfbe

#9ebfbe

Complementary Color

#9ebfbe #bf9e9f

#9ebfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfbe Color CSS Codes

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

#9ebfbe Text Font Color

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

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


#9ebfbe Background Color

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

This div background color is #9ebfbe


#9ebfbe Border Color

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

This div border color is #9ebfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,191,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 #9ebfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfbe


Comments

No comments written yet.

Please login to write comment.