Color Hex Logo

#9ebdbd Color Hex

#9EBDBD
(158,189,189)
0 Favorites   0 Comments

Color spaces of #9ebdbd

RGB 158189189
HSL0.500.190.68
HSV180°16°74°
CMYK 0.160.000.00   0.26
XYZ41.483547.338455.0949
Yxy47.33840.28820.3289
Hunter Lab68.8029-12.78170.6847
CIE-Lab74.4057-10.4093-3.5007

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 10111101
Octal 236 275 275
Decimal 158 189 189
Hex 9E BD BD

RGB Percentages of Color #9ebdbd

%29.48
%35.26
%35.26

CMYK Percentages of Color #9ebdbd

%16
%0
%0
%26

Triadic Colors of #9ebdbd

#9ebdbd #bd9ebd #bdbd9e

Analogous Colors of #9ebdbd

#9ebdbd #9eaebd #9ebdae

Monochromatic Colors of #9ebdbd

#9ebdbd

Complementary Color

#9ebdbd #bd9e9e

#9ebdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdbd Color CSS Codes

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

#9ebdbd Text Font Color

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

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


#9ebdbd Background Color

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

This div background color is #9ebdbd


#9ebdbd Border Color

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

This div border color is #9ebdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdbd


Comments

No comments written yet.

Please login to write comment.