Color Hex Logo

#9edd95 Color Hex

#9EDD95
(158,221,149)
0 Favorites   0 Comments

Color spaces of #9edd95

RGB 158221149
HSL0.310.510.73
HSV113°33°87°
CMYK 0.290.000.33   0.13
XYZ45.381861.151937.8454
Yxy61.15190.31430.4236
Hunter Lab78.1997-33.260126.0459
CIE-Lab82.4603-33.601129.1390

#9edd95 color RGB value is (158,221,149).

#9edd95 hex color red value is 158, green value is 221 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #9edd95 hue: 0.31 , saturation: 0.51 and the lightness value of 9edd95 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 10010101
Octal 236 335 225
Decimal 158 221 149
Hex 9E DD 95

RGB Percentages of Color #9edd95

%29.92
%41.86
%28.22

CMYK Percentages of Color #9edd95

%29
%0
%33
%13

Triadic Colors of #9edd95

#9edd95 #959edd #dd959e

Analogous Colors of #9edd95

#9edd95 #95ddb0 #c2dd95

Monochromatic Colors of #9edd95

#9edd95

Complementary Color

#9edd95 #d495dd

#9edd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edd95 Color CSS Codes

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

#9edd95 Text Font Color

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

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


#9edd95 Background Color

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

This div background color is #9edd95


#9edd95 Border Color

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

This div border color is #9edd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edd95


Comments

No comments written yet.

Please login to write comment.