Color Hex Logo

#9fddbe Color Hex

#9FDDBE
(159,221,190)
0 Favorites   0 Comments

Color spaces of #9fddbe

RGB 159221190
HSL0.420.480.75
HSV150°28°87°
CMYK 0.280.000.14   0.13
XYZ49.448862.801558.2309
Yxy62.80150.29010.3684
Hunter Lab79.2474-27.302511.9070
CIE-Lab83.3378-26.04178.9313

#9fddbe color RGB value is (159,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011101 10111110
Octal 237 335 276
Decimal 159 221 190
Hex 9F DD BE

RGB Percentages of Color #9fddbe

%27.89
%38.77
%33.33

CMYK Percentages of Color #9fddbe

%28
%0
%14
%13

Triadic Colors of #9fddbe

#9fddbe #be9fdd #ddbe9f

Analogous Colors of #9fddbe

#9fddbe #9fdddd #9fdd9f

Monochromatic Colors of #9fddbe

#9fddbe

Complementary Color

#9fddbe #dd9fbe

#9fddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fddbe Color CSS Codes

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

#9fddbe Text Font Color

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

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


#9fddbe Background Color

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

This div background color is #9fddbe


#9fddbe Border Color

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

This div border color is #9fddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fddbe


Comments

No comments written yet.

Please login to write comment.