Color Hex Logo

#9ebbad Color Hex

#9EBBAD
(158,187,173)
0 Favorites   0 Comments

Color spaces of #9ebbad

RGB 158187173
HSL0.420.180.68
HSV151°16°73°
CMYK 0.160.000.07   0.27
XYZ39.413745.826946.3033
Yxy45.82690.29960.3484
Hunter Lab67.6956-14.54106.8329
CIE-Lab73.4331-12.63273.7951

#9ebbad color RGB value is (158,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 10101101
Octal 236 273 255
Decimal 158 187 173
Hex 9E BB AD

RGB Percentages of Color #9ebbad

%30.50
%36.10
%33.40

CMYK Percentages of Color #9ebbad

%16
%0
%7
%27

Triadic Colors of #9ebbad

#9ebbad #ad9ebb #bbad9e

Analogous Colors of #9ebbad

#9ebbad #9ebbbb #9ebb9f

Monochromatic Colors of #9ebbad

#9ebbad

Complementary Color

#9ebbad #bb9eac

#9ebbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbad Color CSS Codes

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

#9ebbad Text Font Color

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

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


#9ebbad Background Color

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

This div background color is #9ebbad


#9ebbad Border Color

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

This div border color is #9ebbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbad


Comments

No comments written yet.

Please login to write comment.