Color Hex Logo

#9fd85e Color Hex

#9FD85E
(159,216,94)
0 Favorites   0 Comments

Color spaces of #9fd85e

RGB 15921694
HSL0.240.610.61
HSV88°56°85°
CMYK 0.260.000.56   0.15
XYZ40.874357.290819.4936
Yxy57.29080.34740.4869
Hunter Lab75.6907-36.065637.7138
CIE-Lab80.3429-37.866353.3868

#9fd85e color RGB value is (159,216,94).

#9fd85e hex color red value is 159, green value is 216 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9fd85e hue: 0.24 , saturation: 0.61 and the lightness value of 9fd85e is 0.61.

The process color (four color CMYK) of #9fd85e color hex is 0.26, 0.00, 0.56, 0.15. Web safe color of #9fd85e is #99cc66. Color #9fd85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011000 01011110
Octal 237 330 136
Decimal 159 216 94
Hex 9F D8 5E

RGB Percentages of Color #9fd85e

%33.90
%46.06
%20.04

CMYK Percentages of Color #9fd85e

%26
%0
%56
%15

Triadic Colors of #9fd85e

#9fd85e #5e9fd8 #d85e9f

Analogous Colors of #9fd85e

#9fd85e #62d85e #d8d45e

Monochromatic Colors of #9fd85e

#9fd85e

Complementary Color

#9fd85e #975ed8

#9fd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd85e Color CSS Codes

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

#9fd85e Text Font Color

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

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


#9fd85e Background Color

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

This div background color is #9fd85e


#9fd85e Border Color

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

This div border color is #9fd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd85e


Comments

No comments written yet.

Please login to write comment.