Color Hex Logo

#9ebbbf Color Hex

#9EBBBF
(158,187,191)
0 Favorites   0 Comments

Color spaces of #9ebbbf

RGB 158187191
HSL0.520.200.68
HSV187°17°75°
CMYK 0.170.020.00   0.25
XYZ41.274846.571356.1040
Yxy46.57130.28670.3235
Hunter Lab68.2432-11.4653-0.9732
CIE-Lab73.9147-8.9301-5.3144

#9ebbbf color RGB value is (158,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 10111111
Octal 236 273 277
Decimal 158 187 191
Hex 9E BB BF

RGB Percentages of Color #9ebbbf

%29.48
%34.89
%35.63

CMYK Percentages of Color #9ebbbf

%17
%2
%0
%25

Triadic Colors of #9ebbbf

#9ebbbf #bf9ebb #bbbf9e

Analogous Colors of #9ebbbf

#9ebbbf #9eabbf #9ebfb3

Monochromatic Colors of #9ebbbf

#9ebbbf

Complementary Color

#9ebbbf #bfa29e

#9ebbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbbf Color CSS Codes

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

#9ebbbf Text Font Color

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

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


#9ebbbf Background Color

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

This div background color is #9ebbbf


#9ebbbf Border Color

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

This div border color is #9ebbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbbf


Comments

No comments written yet.

Please login to write comment.