Color Hex Logo

#9df0bd Color Hex

#9DF0BD
(157,240,189)
0 Favorites   0 Comments

Color spaces of #9df0bd

RGB 157240189
HSL0.400.730.78
HSV143°35°94°
CMYK 0.350.000.21   0.06
XYZ54.250073.162459.4066
Yxy73.16240.29040.3916
Hunter Lab85.5350-36.473918.6959
CIE-Lab88.5251-35.785416.7896

#9df0bd color RGB value is (157,240,189).

#9df0bd hex color red value is 157, green value is 240 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9df0bd hue: 0.40 , saturation: 0.73 and the lightness value of 9df0bd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11110000 10111101
Octal 235 360 275
Decimal 157 240 189
Hex 9D F0 BD

RGB Percentages of Color #9df0bd

%26.79
%40.96
%32.25

CMYK Percentages of Color #9df0bd

%35
%0
%21
%6

Triadic Colors of #9df0bd

#9df0bd #bd9df0 #f0bd9d

Analogous Colors of #9df0bd

#9df0bd #9df0e7 #a7f09d

Monochromatic Colors of #9df0bd

#9df0bd

Complementary Color

#9df0bd #f09dd0

#9df0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9df0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9df0bd Color CSS Codes

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

#9df0bd Text Font Color

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

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


#9df0bd Background Color

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

This div background color is #9df0bd


#9df0bd Border Color

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

This div border color is #9df0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9df0bd


Comments

No comments written yet.

Please login to write comment.