Color Hex Logo

#9fdfbb Color Hex

#9FDFBB
(159,223,187)
0 Favorites   0 Comments

Color spaces of #9fdfbb

RGB 159223187
HSL0.410.500.75
HSV146°29°87°
CMYK 0.290.000.16   0.13
XYZ49.655463.734156.6985
Yxy63.73410.29190.3747
Hunter Lab79.8336-28.684413.7753
CIE-Lab83.8271-27.591511.2116

#9fdfbb color RGB value is (159,223,187).

#9fdfbb hex color red value is 159, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9fdfbb hue: 0.41 , saturation: 0.50 and the lightness value of 9fdfbb is 0.75.

The process color (four color CMYK) of #9fdfbb color hex is 0.29, 0.00, 0.16, 0.13. Web safe color of #9fdfbb is #99cccc. Color #9fdfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 10111011
Octal 237 337 273
Decimal 159 223 187
Hex 9F DF BB

RGB Percentages of Color #9fdfbb

%27.94
%39.19
%32.86

CMYK Percentages of Color #9fdfbb

%29
%0
%16
%13

Triadic Colors of #9fdfbb

#9fdfbb #bb9fdf #dfbb9f

Analogous Colors of #9fdfbb

#9fdfbb #9fdfdb #a3df9f

Monochromatic Colors of #9fdfbb

#9fdfbb

Complementary Color

#9fdfbb #df9fc3

#9fdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfbb Color CSS Codes

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

#9fdfbb Text Font Color

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

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


#9fdfbb Background Color

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

This div background color is #9fdfbb


#9fdfbb Border Color

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

This div border color is #9fdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfbb


Comments

No comments written yet.

Please login to write comment.