Color Hex Logo

#9eea9d Color Hex

#9EEA9D
(158,234,157)
0 Favorites   0 Comments

Color spaces of #9eea9d

RGB 158234157
HSL0.330.650.77
HSV119°33°92°
CMYK 0.320.000.33   0.08
XYZ49.609268.549142.5149
Yxy68.54910.30880.4266
Hunter Lab82.7944-37.935527.5107
CIE-Lab86.2803-38.290330.1645

#9eea9d color RGB value is (158,234,157).

#9eea9d hex color red value is 158, green value is 234 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9eea9d hue: 0.33 , saturation: 0.65 and the lightness value of 9eea9d is 0.77.

The process color (four color CMYK) of #9eea9d color hex is 0.32, 0.00, 0.33, 0.08. Web safe color of #9eea9d is #99ff99. Color #9eea9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 10011101
Octal 236 352 235
Decimal 158 234 157
Hex 9E EA 9D

RGB Percentages of Color #9eea9d

%28.78
%42.62
%28.60

CMYK Percentages of Color #9eea9d

%32
%0
%33
%8

Triadic Colors of #9eea9d

#9eea9d #9d9eea #ea9d9e

Analogous Colors of #9eea9d

#9eea9d #9deac3 #c5ea9d

Monochromatic Colors of #9eea9d

#9eea9d

Complementary Color

#9eea9d #e99dea

#9eea9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eea9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eea9d Color CSS Codes

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

#9eea9d Text Font Color

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

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


#9eea9d Background Color

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

This div background color is #9eea9d


#9eea9d Border Color

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

This div border color is #9eea9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eea9d


Comments

No comments written yet.

Please login to write comment.