Color Hex Logo

#9ebeac Color Hex

#9EBEAC
(158,190,172)
0 Favorites   0 Comments

Color spaces of #9ebeac

RGB 158190172
HSL0.410.200.68
HSV146°17°75°
CMYK 0.170.000.09   0.25
XYZ39.960447.074646.0099
Yxy47.07460.30040.3538
Hunter Lab68.6109-16.10718.2683
CIE-Lab74.2375-14.38395.5004

#9ebeac color RGB value is (158,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 10101100
Octal 236 276 254
Decimal 158 190 172
Hex 9E BE AC

RGB Percentages of Color #9ebeac

%30.38
%36.54
%33.08

CMYK Percentages of Color #9ebeac

%17
%0
%9
%25

Triadic Colors of #9ebeac

#9ebeac #ac9ebe #beac9e

Analogous Colors of #9ebeac

#9ebeac #9ebebc #a0be9e

Monochromatic Colors of #9ebeac

#9ebeac

Complementary Color

#9ebeac #be9eb0

#9ebeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebeac Color CSS Codes

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

#9ebeac Text Font Color

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

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


#9ebeac Background Color

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

This div background color is #9ebeac


#9ebeac Border Color

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

This div border color is #9ebeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebeac


Comments

No comments written yet.

Please login to write comment.