Color Hex Logo

#9eb890 Color Hex

#9EB890
(158,184,144)
0 Favorites   0 Comments

Color spaces of #9eb890

RGB 158184144
HSL0.280.220.64
HSV99°22°72°
CMYK 0.140.000.22   0.28
XYZ36.275143.563732.8823
Yxy43.56370.32180.3865
Hunter Lab66.0028-17.401416.6640
CIE-Lab71.9359-16.351517.4307

#9eb890 color RGB value is (158,184,144).

#9eb890 hex color red value is 158, green value is 184 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #9eb890 hue: 0.28 , saturation: 0.22 and the lightness value of 9eb890 is 0.64.

The process color (four color CMYK) of #9eb890 color hex is 0.14, 0.00, 0.22, 0.28. Web safe color of #9eb890 is #99cc99. Color #9eb890 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111000 10010000
Octal 236 270 220
Decimal 158 184 144
Hex 9E B8 90

RGB Percentages of Color #9eb890

%32.51
%37.86
%29.63

CMYK Percentages of Color #9eb890

%14
%0
%22
%28

Triadic Colors of #9eb890

#9eb890 #909eb8 #b8909e

Analogous Colors of #9eb890

#9eb890 #90b896 #b2b890

Monochromatic Colors of #9eb890

#9eb890

Complementary Color

#9eb890 #aa90b8

#9eb890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb890 Color CSS Codes

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

#9eb890 Text Font Color

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

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


#9eb890 Background Color

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

This div background color is #9eb890


#9eb890 Border Color

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

This div border color is #9eb890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb890


Comments

No comments written yet.

Please login to write comment.