Color Hex Logo

#9edb97 Color Hex

#9EDB97
(158,219,151)
0 Favorites   0 Comments

Color spaces of #9edb97

RGB 158219151
HSL0.320.490.73
HSV114°31°86°
CMYK 0.280.000.31   0.14
XYZ45.018060.166538.5188
Yxy60.16650.31330.4187
Hunter Lab77.5671-32.145424.8543
CIE-Lab81.9286-32.356227.3931

#9edb97 color RGB value is (158,219,151).

#9edb97 hex color red value is 158, green value is 219 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #9edb97 hue: 0.32 , saturation: 0.49 and the lightness value of 9edb97 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 10010111
Octal 236 333 227
Decimal 158 219 151
Hex 9E DB 97

RGB Percentages of Color #9edb97

%29.92
%41.48
%28.60

CMYK Percentages of Color #9edb97

%28
%0
%31
%14

Triadic Colors of #9edb97

#9edb97 #979edb #db979e

Analogous Colors of #9edb97

#9edb97 #97dbb2 #c0db97

Monochromatic Colors of #9edb97

#9edb97

Complementary Color

#9edb97 #d497db

#9edb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edb97 Color CSS Codes

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

#9edb97 Text Font Color

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

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


#9edb97 Background Color

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

This div background color is #9edb97


#9edb97 Border Color

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

This div border color is #9edb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edb97


Comments

No comments written yet.

Please login to write comment.