Color Hex Logo

#9ebaac Color Hex

#9EBAAC
(158,186,172)
0 Favorites   0 Comments

Color spaces of #9ebaac

RGB 158186172
HSL0.420.170.67
HSV150°15°73°
CMYK 0.150.000.08   0.27
XYZ39.105945.365545.7250
Yxy45.36550.30040.3484
Hunter Lab67.3539-14.23176.8971
CIE-Lab73.1319-12.30773.9047

#9ebaac color RGB value is (158,186,172).

#9ebaac hex color red value is 158, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9ebaac hue: 0.42 , saturation: 0.17 and the lightness value of 9ebaac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 10101100
Octal 236 272 254
Decimal 158 186 172
Hex 9E BA AC

RGB Percentages of Color #9ebaac

%30.62
%36.05
%33.33

CMYK Percentages of Color #9ebaac

%15
%0
%8
%27

Triadic Colors of #9ebaac

#9ebaac #ac9eba #baac9e

Analogous Colors of #9ebaac

#9ebaac #9ebaba #9eba9e

Monochromatic Colors of #9ebaac

#9ebaac

Complementary Color

#9ebaac #ba9eac

#9ebaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaac Color CSS Codes

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

#9ebaac Text Font Color

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

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


#9ebaac Background Color

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

This div background color is #9ebaac


#9ebaac Border Color

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

This div border color is #9ebaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaac


Comments

No comments written yet.

Please login to write comment.