Color Hex Logo

#9fd865 Color Hex

#9FD865
(159,216,101)
0 Favorites   0 Comments

Color spaces of #9fd865

RGB 159216101
HSL0.250.600.62
HSV90°53°85°
CMYK 0.260.000.53   0.15
XYZ41.202957.422221.2239
Yxy57.42220.34380.4791
Hunter Lab75.7774-35.553736.4381
CIE-Lab80.4165-37.174950.2726

#9fd865 color RGB value is (159,216,101).

#9fd865 hex color red value is 159, green value is 216 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #9fd865 hue: 0.25 , saturation: 0.60 and the lightness value of 9fd865 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011000 01100101
Octal 237 330 145
Decimal 159 216 101
Hex 9F D8 65

RGB Percentages of Color #9fd865

%33.40
%45.38
%21.22

CMYK Percentages of Color #9fd865

%26
%0
%53
%15

Triadic Colors of #9fd865

#9fd865 #659fd8 #d8659f

Analogous Colors of #9fd865

#9fd865 #66d865 #d8d865

Monochromatic Colors of #9fd865

#9fd865

Complementary Color

#9fd865 #9e65d8

#9fd865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd865 Color CSS Codes

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

#9fd865 Text Font Color

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

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


#9fd865 Background Color

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

This div background color is #9fd865


#9fd865 Border Color

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

This div border color is #9fd865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd865


Comments

No comments written yet.

Please login to write comment.