Color Hex Logo

#9fed9e Color Hex

#9FED9E
(159,237,158)
0 Favorites   0 Comments

Color spaces of #9fed9e

RGB 159237158
HSL0.330.690.77
HSV119°33°93°
CMYK 0.330.000.33   0.07
XYZ50.753870.407943.2628
Yxy70.40790.30870.4282
Hunter Lab83.9094-38.873228.1673
CIE-Lab87.1965-39.167130.8921

#9fed9e color RGB value is (159,237,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 10011110
Octal 237 355 236
Decimal 159 237 158
Hex 9F ED 9E

RGB Percentages of Color #9fed9e

%28.70
%42.78
%28.52

CMYK Percentages of Color #9fed9e

%33
%0
%33
%7

Triadic Colors of #9fed9e

#9fed9e #9e9fed #ed9e9f

Analogous Colors of #9fed9e

#9fed9e #9eedc5 #c7ed9e

Monochromatic Colors of #9fed9e

#9fed9e

Complementary Color

#9fed9e #ec9eed

#9fed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fed9e Color CSS Codes

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

#9fed9e Text Font Color

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

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


#9fed9e Background Color

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

This div background color is #9fed9e


#9fed9e Border Color

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

This div border color is #9fed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fed9e


Comments

No comments written yet.

Please login to write comment.