Color Hex Logo

#9fffbb Color Hex

#9FFFBB
(159,255,187)
0 Favorites   0 Comments

Color spaces of #9fffbb

RGB 159255187
HSL0.381.000.81
HSV138°38°100°
CMYK 0.380.000.27   0.00
XYZ59.027782.478859.8226
Yxy82.47880.29320.4097
Hunter Lab90.8178-42.913924.5176
CIE-Lab92.7858-42.315723.7550

#9fffbb color RGB value is (159,255,187).

#9fffbb hex color red value is 159, green value is 255 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9fffbb hue: 0.38 , saturation: 1.00 and the lightness value of 9fffbb is 0.81.

The process color (four color CMYK) of #9fffbb color hex is 0.38, 0.00, 0.27, 0.00. Web safe color of #9fffbb is #99ffcc. Color #9fffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111111 10111011
Octal 237 377 273
Decimal 159 255 187
Hex 9F FF BB

RGB Percentages of Color #9fffbb

%26.46
%42.43
%31.11

CMYK Percentages of Color #9fffbb

%38
%0
%27
%0

Triadic Colors of #9fffbb

#9fffbb #bb9fff #ffbb9f

Analogous Colors of #9fffbb

#9fffbb #9fffeb #b3ff9f

Monochromatic Colors of #9fffbb

#9fffbb

Complementary Color

#9fffbb #ff9fe3

#9fffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fffbb Color CSS Codes

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

#9fffbb Text Font Color

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

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


#9fffbb Background Color

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

This div background color is #9fffbb


#9fffbb Border Color

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

This div border color is #9fffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fffbb

Related Colors

#9fffbb Color Palettes


Comments

No comments written yet.

Please login to write comment.