Color Hex Logo

#9eda91 Color Hex

#9EDA91
(158,218,145)
0 Favorites   0 Comments

Color spaces of #9eda91

RGB 158218145
HSL0.300.500.71
HSV109°33°85°
CMYK 0.280.000.33   0.15
XYZ44.282859.456235.9303
Yxy59.45620.31710.4257
Hunter Lab77.1078-32.426726.3479
CIE-Lab81.5417-32.821929.9683

#9eda91 color RGB value is (158,218,145).

#9eda91 hex color red value is 158, green value is 218 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #9eda91 hue: 0.30 , saturation: 0.50 and the lightness value of 9eda91 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 10010001
Octal 236 332 221
Decimal 158 218 145
Hex 9E DA 91

RGB Percentages of Color #9eda91

%30.33
%41.84
%27.83

CMYK Percentages of Color #9eda91

%28
%0
%33
%15

Triadic Colors of #9eda91

#9eda91 #919eda #da919e

Analogous Colors of #9eda91

#9eda91 #91daa9 #c3da91

Monochromatic Colors of #9eda91

#9eda91

Complementary Color

#9eda91 #cd91da

#9eda91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eda91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eda91 Color CSS Codes

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

#9eda91 Text Font Color

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

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


#9eda91 Background Color

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

This div background color is #9eda91


#9eda91 Border Color

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

This div border color is #9eda91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eda91

#9eda91 Color Palettes


Comments

No comments written yet.

Please login to write comment.