Color Hex Logo

#9fdfbe Color Hex

#9FDFBE
(159,223,190)
0 Favorites   0 Comments

Color spaces of #9fdfbe

RGB 159223190
HSL0.410.500.75
HSV149°29°87°
CMYK 0.290.000.15   0.13
XYZ49.980063.864058.4080
Yxy63.86400.29020.3708
Hunter Lab79.9150-28.214612.6068
CIE-Lab83.8949-27.00809.7273

#9fdfbe color RGB value is (159,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 10111110
Octal 237 337 276
Decimal 159 223 190
Hex 9F DF BE

RGB Percentages of Color #9fdfbe

%27.80
%38.99
%33.22

CMYK Percentages of Color #9fdfbe

%29
%0
%15
%13

Triadic Colors of #9fdfbe

#9fdfbe #be9fdf #dfbe9f

Analogous Colors of #9fdfbe

#9fdfbe #9fdfde #a0df9f

Monochromatic Colors of #9fdfbe

#9fdfbe

Complementary Color

#9fdfbe #df9fc0

#9fdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfbe Color CSS Codes

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

#9fdfbe Text Font Color

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

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


#9fdfbe Background Color

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

This div background color is #9fdfbe


#9fdfbe Border Color

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

This div border color is #9fdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfbe


Comments

No comments written yet.

Please login to write comment.