Color Hex Logo

#9ebdad Color Hex

#9EBDAD
(158,189,173)
0 Favorites   0 Comments

Color spaces of #9ebdad

RGB 158189173
HSL0.410.190.68
HSV149°16°74°
CMYK 0.160.000.08   0.26
XYZ39.841046.681446.4457
Yxy46.68140.29960.3511
Hunter Lab68.3238-15.47967.5220
CIE-Lab73.9855-13.67134.5936

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 10101101
Octal 236 275 255
Decimal 158 189 173
Hex 9E BD AD

RGB Percentages of Color #9ebdad

%30.38
%36.35
%33.27

CMYK Percentages of Color #9ebdad

%16
%0
%8
%26

Triadic Colors of #9ebdad

#9ebdad #ad9ebd #bdad9e

Analogous Colors of #9ebdad

#9ebdad #9ebdbd #9fbd9e

Monochromatic Colors of #9ebdad

#9ebdad

Complementary Color

#9ebdad #bd9eae

#9ebdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdad Color CSS Codes

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

#9ebdad Text Font Color

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

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


#9ebdad Background Color

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

This div background color is #9ebdad


#9ebdad Border Color

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

This div border color is #9ebdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdad


Comments

No comments written yet.

Please login to write comment.