Color Hex Logo

#9ffbbe Color Hex

#9FFBBE
(159,251,190)
0 Favorites   0 Comments

Color spaces of #9ffbbe

RGB 159251190
HSL0.390.920.80
HSV140°37°98°
CMYK 0.370.000.24   0.02
XYZ58.089580.083061.1111
Yxy80.08300.29150.4019
Hunter Lab89.4891-40.737422.1539
CIE-Lab91.7221-40.003020.7533

#9ffbbe color RGB value is (159,251,190).

#9ffbbe hex color red value is 159, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9ffbbe hue: 0.39 , saturation: 0.92 and the lightness value of 9ffbbe is 0.80.

The process color (four color CMYK) of #9ffbbe color hex is 0.37, 0.00, 0.24, 0.02. Web safe color of #9ffbbe is #99ffcc. Color #9ffbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111011 10111110
Octal 237 373 276
Decimal 159 251 190
Hex 9F FB BE

RGB Percentages of Color #9ffbbe

%26.50
%41.83
%31.67

CMYK Percentages of Color #9ffbbe

%37
%0
%24
%2

Triadic Colors of #9ffbbe

#9ffbbe #be9ffb #fbbe9f

Analogous Colors of #9ffbbe

#9ffbbe #9ffbec #aefb9f

Monochromatic Colors of #9ffbbe

#9ffbbe

Complementary Color

#9ffbbe #fb9fdc

#9ffbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffbbe Color CSS Codes

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

#9ffbbe Text Font Color

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

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


#9ffbbe Background Color

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

This div background color is #9ffbbe


#9ffbbe Border Color

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

This div border color is #9ffbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.