Color Hex Logo

#9ff5bb Color Hex

#9FF5BB
(159,245,187)
0 Favorites   0 Comments

Color spaces of #9ff5bb

RGB 159245187
HSL0.390.810.79
HSV140°35°96°
CMYK 0.350.000.24   0.04
XYZ55.920176.263658.7868
Yxy76.26360.29280.3993
Hunter Lab87.3290-38.525521.2184
CIE-Lab89.9816-37.850219.8711

#9ff5bb color RGB value is (159,245,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110101 10111011
Octal 237 365 273
Decimal 159 245 187
Hex 9F F5 BB

RGB Percentages of Color #9ff5bb

%26.90
%41.46
%31.64

CMYK Percentages of Color #9ff5bb

%35
%0
%24
%4

Triadic Colors of #9ff5bb

#9ff5bb #bb9ff5 #f5bb9f

Analogous Colors of #9ff5bb

#9ff5bb #9ff5e6 #aef59f

Monochromatic Colors of #9ff5bb

#9ff5bb

Complementary Color

#9ff5bb #f59fd9

#9ff5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff5bb Color CSS Codes

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

#9ff5bb Text Font Color

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

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


#9ff5bb Background Color

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

This div background color is #9ff5bb


#9ff5bb Border Color

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

This div border color is #9ff5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff5bb

Related Colors


Comments

No comments written yet.

Please login to write comment.