Color Hex Logo

#9ebeab Color Hex

#9EBEAB
(158,190,171)
0 Favorites   0 Comments

Color spaces of #9ebeab

RGB 158190171
HSL0.400.200.68
HSV144°17°75°
CMYK 0.170.000.10   0.25
XYZ39.864747.036345.5059
Yxy47.03630.30110.3552
Hunter Lab68.5830-16.26508.6683
CIE-Lab74.2130-14.57766.0082

#9ebeab color RGB value is (158,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 10101011
Octal 236 276 253
Decimal 158 190 171
Hex 9E BE AB

RGB Percentages of Color #9ebeab

%30.44
%36.61
%32.95

CMYK Percentages of Color #9ebeab

%17
%0
%10
%25

Triadic Colors of #9ebeab

#9ebeab #ab9ebe #beab9e

Analogous Colors of #9ebeab

#9ebeab #9ebebb #a1be9e

Monochromatic Colors of #9ebeab

#9ebeab

Complementary Color

#9ebeab #be9eb1

#9ebeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebeab Color CSS Codes

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

#9ebeab Text Font Color

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

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


#9ebeab Background Color

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

This div background color is #9ebeab


#9ebeab Border Color

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

This div border color is #9ebeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebeab


Comments

No comments written yet.

Please login to write comment.