Color Hex Logo

#9ebaab Color Hex

#9EBAAB
(158,186,171)
0 Favorites   0 Comments

Color spaces of #9ebaab

RGB 158186171
HSL0.410.170.67
HSV148°15°73°
CMYK 0.150.000.08   0.27
XYZ39.010145.327245.2210
Yxy45.32720.30110.3499
Hunter Lab67.3255-14.39217.3041
CIE-Lab73.1068-12.50354.4137

#9ebaab color RGB value is (158,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 10101011
Octal 236 272 253
Decimal 158 186 171
Hex 9E BA AB

RGB Percentages of Color #9ebaab

%30.68
%36.12
%33.20

CMYK Percentages of Color #9ebaab

%15
%0
%8
%27

Triadic Colors of #9ebaab

#9ebaab #ab9eba #baab9e

Analogous Colors of #9ebaab

#9ebaab #9ebab9 #9fba9e

Monochromatic Colors of #9ebaab

#9ebaab

Complementary Color

#9ebaab #ba9ead

#9ebaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaab Color CSS Codes

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

#9ebaab Text Font Color

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

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


#9ebaab Background Color

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

This div background color is #9ebaab


#9ebaab Border Color

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

This div border color is #9ebaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaab


Comments

No comments written yet.

Please login to write comment.