Color Hex Logo

#9fed5b Color Hex

#9FED5B
(159,237,91)
0 Favorites   0 Comments

Color spaces of #9fed5b

RGB 15923791
HSL0.260.800.64
HSV92°62°93°
CMYK 0.330.000.62   0.07
XYZ46.470668.694620.7077
Yxy68.69460.34200.5056
Hunter Lab82.8822-44.962043.2042
CIE-Lab86.3526-47.277461.4551

#9fed5b color RGB value is (159,237,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 01011011
Octal 237 355 133
Decimal 159 237 91
Hex 9F ED 5B

RGB Percentages of Color #9fed5b

%32.65
%48.67
%18.69

CMYK Percentages of Color #9fed5b

%33
%0
%62
%7

Triadic Colors of #9fed5b

#9fed5b #5b9fed #ed5b9f

Analogous Colors of #9fed5b

#9fed5b #5bed60 #e8ed5b

Monochromatic Colors of #9fed5b

#9fed5b

Complementary Color

#9fed5b #a95bed

#9fed5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fed5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fed5b Color CSS Codes

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

#9fed5b Text Font Color

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

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


#9fed5b Background Color

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

This div background color is #9fed5b


#9fed5b Border Color

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

This div border color is #9fed5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,237,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 #9fed5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fed5b


Comments

No comments written yet.

Please login to write comment.