Color Hex Logo

#9ebcbf Color Hex

#9EBCBF
(158,188,191)
0 Favorites   0 Comments

Color spaces of #9ebcbf

RGB 158188191
HSL0.520.200.68
HSV185°17°75°
CMYK 0.170.020.00   0.25
XYZ41.487746.997156.1749
Yxy46.99710.28680.3249
Hunter Lab68.5544-11.9458-0.5953
CIE-Lab74.1879-9.4578-4.9109

#9ebcbf color RGB value is (158,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 10111111
Octal 236 274 277
Decimal 158 188 191
Hex 9E BC BF

RGB Percentages of Color #9ebcbf

%29.42
%35.01
%35.57

CMYK Percentages of Color #9ebcbf

%17
%2
%0
%25

Triadic Colors of #9ebcbf

#9ebcbf #bf9ebc #bcbf9e

Analogous Colors of #9ebcbf

#9ebcbf #9eacbf #9ebfb2

Monochromatic Colors of #9ebcbf

#9ebcbf

Complementary Color

#9ebcbf #bfa19e

#9ebcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcbf Color CSS Codes

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

#9ebcbf Text Font Color

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

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


#9ebcbf Background Color

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

This div background color is #9ebcbf


#9ebcbf Border Color

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

This div border color is #9ebcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcbf


Comments

No comments written yet.

Please login to write comment.