Color Hex Logo

#9eb088 Color Hex

#9EB088
(158,176,136)
0 Favorites   0 Comments

Color spaces of #9eb088

RGB 158176136
HSL0.240.200.61
HSV87°23°69°
CMYK 0.100.000.23   0.31
XYZ34.069840.097329.2364
Yxy40.09730.32950.3878
Hunter Lab63.3224-14.774716.9511
CIE-Lab69.5388-13.522818.4525

#9eb088 color RGB value is (158,176,136).

#9eb088 hex color red value is 158, green value is 176 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #9eb088 hue: 0.24 , saturation: 0.20 and the lightness value of 9eb088 is 0.61.

The process color (four color CMYK) of #9eb088 color hex is 0.10, 0.00, 0.23, 0.31. Web safe color of #9eb088 is #999999. Color #9eb088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110000 10001000
Octal 236 260 210
Decimal 158 176 136
Hex 9E B0 88

RGB Percentages of Color #9eb088

%33.62
%37.45
%28.94

CMYK Percentages of Color #9eb088

%10
%0
%23
%31

Triadic Colors of #9eb088

#9eb088 #889eb0 #b0889e

Analogous Colors of #9eb088

#9eb088 #8ab088 #b0ae88

Monochromatic Colors of #9eb088

#9eb088

Complementary Color

#9eb088 #9a88b0

#9eb088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb088 Color CSS Codes

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

#9eb088 Text Font Color

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

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


#9eb088 Background Color

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

This div background color is #9eb088


#9eb088 Border Color

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

This div border color is #9eb088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb088


Comments

No comments written yet.

Please login to write comment.