Color Hex Logo

#9ebaaa Color Hex

#9EBAAA
(158,186,170)
0 Favorites   0 Comments

Color spaces of #9ebaaa

RGB 158186170
HSL0.400.170.67
HSV146°15°73°
CMYK 0.150.000.09   0.27
XYZ38.915245.289244.7209
Yxy45.28920.30180.3513
Hunter Lab67.2973-14.55117.7082
CIE-Lab73.0819-12.69774.9229

#9ebaaa color RGB value is (158,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 10101010
Octal 236 272 252
Decimal 158 186 170
Hex 9E BA AA

RGB Percentages of Color #9ebaaa

%30.74
%36.19
%33.07

CMYK Percentages of Color #9ebaaa

%15
%0
%9
%27

Triadic Colors of #9ebaaa

#9ebaaa #aa9eba #baaa9e

Analogous Colors of #9ebaaa

#9ebaaa #9ebab8 #a0ba9e

Monochromatic Colors of #9ebaaa

#9ebaaa

Complementary Color

#9ebaaa #ba9eae

#9ebaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaaa Color CSS Codes

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

#9ebaaa Text Font Color

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

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


#9ebaaa Background Color

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

This div background color is #9ebaaa


#9ebaaa Border Color

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

This div border color is #9ebaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaaa


Comments

No comments written yet.

Please login to write comment.