Color Hex Logo

#9ebbbd Color Hex

#9EBBBD
(158,187,189)
0 Favorites   0 Comments

Color spaces of #9ebbbd

RGB 158187189
HSL0.510.190.68
HSV184°16°74°
CMYK 0.160.010.00   0.26
XYZ41.056246.483954.9525
Yxy46.48390.28810.3262
Hunter Lab68.1791-11.8240-0.0625
CIE-Lab73.8584-9.3571-4.3069

#9ebbbd color RGB value is (158,187,189).

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

The process color (four color CMYK) of #9ebbbd color hex is 0.16, 0.01, 0.00, 0.26. Web safe color of #9ebbbd is #99cccc. Color #9ebbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 10111101
Octal 236 273 275
Decimal 158 187 189
Hex 9E BB BD

RGB Percentages of Color #9ebbbd

%29.59
%35.02
%35.39

CMYK Percentages of Color #9ebbbd

%16
%1
%0
%26

Triadic Colors of #9ebbbd

#9ebbbd #bd9ebb #bbbd9e

Analogous Colors of #9ebbbd

#9ebbbd #9eacbd #9ebdb0

Monochromatic Colors of #9ebbbd

#9ebbbd

Complementary Color

#9ebbbd #bda09e

#9ebbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbbd Color CSS Codes

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

#9ebbbd Text Font Color

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

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


#9ebbbd Background Color

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

This div background color is #9ebbbd


#9ebbbd Border Color

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

This div border color is #9ebbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbbd


Comments

No comments written yet.

Please login to write comment.