Color Hex Logo

#9ebfad Color Hex

#9EBFAD
(158,191,173)
0 Favorites   0 Comments

Color spaces of #9ebfad

RGB 158191173
HSL0.410.200.68
HSV147°17°75°
CMYK 0.170.000.09   0.25
XYZ40.274247.547846.5901
Yxy47.54780.29960.3537
Hunter Lab68.9549-16.41548.2085
CIE-Lab74.5388-14.70495.3917

#9ebfad color RGB value is (158,191,173).

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

The process color (four color CMYK) of #9ebfad color hex is 0.17, 0.00, 0.09, 0.25. Web safe color of #9ebfad is #99cc99. Color #9ebfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 10101101
Octal 236 277 255
Decimal 158 191 173
Hex 9E BF AD

RGB Percentages of Color #9ebfad

%30.27
%36.59
%33.14

CMYK Percentages of Color #9ebfad

%17
%0
%9
%25

Triadic Colors of #9ebfad

#9ebfad #ad9ebf #bfad9e

Analogous Colors of #9ebfad

#9ebfad #9ebfbe #a0bf9e

Monochromatic Colors of #9ebfad

#9ebfad

Complementary Color

#9ebfad #bf9eb0

#9ebfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfad Color CSS Codes

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

#9ebfad Text Font Color

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

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


#9ebfad Background Color

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

This div background color is #9ebfad


#9ebfad Border Color

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

This div border color is #9ebfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfad


Comments

No comments written yet.

Please login to write comment.