Color Hex Logo

#9bfe96 Color Hex

#9BFE96
(155,254,150)
0 Favorites   0 Comments

Color spaces of #9bfe96

RGB 155254150
HSL0.330.980.79
HSV117°41°100°
CMYK 0.390.000.41   0.00
XYZ54.464480.054241.4356
Yxy80.05420.30950.4550
Hunter Lab89.4730-47.920535.1735
CIE-Lab91.7092-48.964240.7723

#9bfe96 color RGB value is (155,254,150).

#9bfe96 hex color red value is 155, green value is 254 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9bfe96 hue: 0.33 , saturation: 0.98 and the lightness value of 9bfe96 is 0.79.

The process color (four color CMYK) of #9bfe96 color hex is 0.39, 0.00, 0.41, 0.00. Web safe color of #9bfe96 is #99ff99. Color #9bfe96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111110 10010110
Octal 233 376 226
Decimal 155 254 150
Hex 9B FE 96

RGB Percentages of Color #9bfe96

%27.73
%45.44
%26.83

CMYK Percentages of Color #9bfe96

%39
%0
%41
%0

Triadic Colors of #9bfe96

#9bfe96 #969bfe #fe969b

Analogous Colors of #9bfe96

#9bfe96 #96fec5 #cffe96

Monochromatic Colors of #9bfe96

#9bfe96

Complementary Color

#9bfe96 #f996fe

#9bfe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfe96 Color CSS Codes

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

#9bfe96 Text Font Color

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

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


#9bfe96 Background Color

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

This div background color is #9bfe96


#9bfe96 Border Color

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

This div border color is #9bfe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfe96


Comments

No comments written yet.

Please login to write comment.