Color Hex Logo

#9fd9bd Color Hex

#9FD9BD
(159,217,189)
0 Favorites   0 Comments

Color spaces of #9fd9bd

RGB 159217189
HSL0.420.430.74
HSV151°27°85°
CMYK 0.270.000.13   0.15
XYZ48.296260.670857.3093
Yxy60.67080.29050.3649
Hunter Lab77.8915-25.632110.9009
CIE-Lab82.2014-24.29267.8330

#9fd9bd color RGB value is (159,217,189).

#9fd9bd hex color red value is 159, green value is 217 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9fd9bd hue: 0.42 , saturation: 0.43 and the lightness value of 9fd9bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011001 10111101
Octal 237 331 275
Decimal 159 217 189
Hex 9F D9 BD

RGB Percentages of Color #9fd9bd

%28.14
%38.41
%33.45

CMYK Percentages of Color #9fd9bd

%27
%0
%13
%15

Triadic Colors of #9fd9bd

#9fd9bd #bd9fd9 #d9bd9f

Analogous Colors of #9fd9bd

#9fd9bd #9fd8d9 #9fd9a0

Monochromatic Colors of #9fd9bd

#9fd9bd

Complementary Color

#9fd9bd #d99fbb

#9fd9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd9bd Color CSS Codes

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

#9fd9bd Text Font Color

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

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


#9fd9bd Background Color

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

This div background color is #9fd9bd


#9fd9bd Border Color

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

This div border color is #9fd9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd9bd


Comments

No comments written yet.

Please login to write comment.