Color Hex Logo

#9ffdbb Color Hex

#9FFDBB
(159,253,187)
0 Favorites   0 Comments

Color spaces of #9ffdbb

RGB 159253187
HSL0.380.960.81
HSV138°37°99°
CMYK 0.370.000.26   0.01
XYZ58.393081.209359.6110
Yxy81.20930.29310.4076
Hunter Lab90.1162-42.039923.8616
CIE-Lab92.2247-41.432022.9810

#9ffdbb color RGB value is (159,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111101 10111011
Octal 237 375 273
Decimal 159 253 187
Hex 9F FD BB

RGB Percentages of Color #9ffdbb

%26.54
%42.24
%31.22

CMYK Percentages of Color #9ffdbb

%37
%0
%26
%1

Triadic Colors of #9ffdbb

#9ffdbb #bb9ffd #fdbb9f

Analogous Colors of #9ffdbb

#9ffdbb #9ffdea #b2fd9f

Monochromatic Colors of #9ffdbb

#9ffdbb

Complementary Color

#9ffdbb #fd9fe1

#9ffdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffdbb Color CSS Codes

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

#9ffdbb Text Font Color

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

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


#9ffdbb Background Color

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

This div background color is #9ffdbb


#9ffdbb Border Color

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

This div border color is #9ffdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffdbb


Comments

No comments written yet.

Please login to write comment.