Color Hex Logo

#9bef50 Color Hex

#9BEF50
(155,239,80)
0 Favorites   0 Comments

Color spaces of #9bef50

RGB 15523980
HSL0.250.830.63
HSV92°67°94°
CMYK 0.350.000.67   0.06
XYZ45.832069.280818.5463
Yxy69.28080.34290.5183
Hunter Lab83.2351-47.373445.0537
CIE-Lab86.6429-50.341466.1052

#9bef50 color RGB value is (155,239,80).

#9bef50 hex color red value is 155, green value is 239 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #9bef50 hue: 0.25 , saturation: 0.83 and the lightness value of 9bef50 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 01010000
Octal 233 357 120
Decimal 155 239 80
Hex 9B EF 50

RGB Percentages of Color #9bef50

%32.70
%50.42
%16.88

CMYK Percentages of Color #9bef50

%35
%0
%67
%6

Triadic Colors of #9bef50

#9bef50 #509bef #ef509b

Analogous Colors of #9bef50

#9bef50 #50ef55 #ebef50

Monochromatic Colors of #9bef50

#9bef50

Complementary Color

#9bef50 #a450ef

#9bef50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bef50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bef50 Color CSS Codes

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

#9bef50 Text Font Color

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

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


#9bef50 Background Color

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

This div background color is #9bef50


#9bef50 Border Color

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

This div border color is #9bef50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bef50


Comments

No comments written yet.

Please login to write comment.