Color Hex Logo

#9fef5b Color Hex

#9FEF5B
(159,239,91)
0 Favorites   0 Comments

Color spaces of #9fef5b

RGB 15923991
HSL0.260.820.65
HSV92°62°94°
CMYK 0.330.000.62   0.06
XYZ47.052969.859320.9018
Yxy69.85930.34140.5069
Hunter Lab83.5819-45.780743.6803
CIE-Lab86.9278-48.118462.0886

#9fef5b color RGB value is (159,239,91).

#9fef5b hex color red value is 159, green value is 239 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9fef5b hue: 0.26 , saturation: 0.82 and the lightness value of 9fef5b is 0.65.

The process color (four color CMYK) of #9fef5b color hex is 0.33, 0.00, 0.62, 0.06. Web safe color of #9fef5b is #99ff66. Color #9fef5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 01011011
Octal 237 357 133
Decimal 159 239 91
Hex 9F EF 5B

RGB Percentages of Color #9fef5b

%32.52
%48.88
%18.61

CMYK Percentages of Color #9fef5b

%33
%0
%62
%6

Triadic Colors of #9fef5b

#9fef5b #5b9fef #ef5b9f

Analogous Colors of #9fef5b

#9fef5b #5bef61 #e9ef5b

Monochromatic Colors of #9fef5b

#9fef5b

Complementary Color

#9fef5b #ab5bef

#9fef5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fef5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fef5b Color CSS Codes

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

#9fef5b Text Font Color

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

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


#9fef5b Background Color

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

This div background color is #9fef5b


#9fef5b Border Color

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

This div border color is #9fef5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fef5b


Comments

No comments written yet.

Please login to write comment.