Color Hex Logo

#9fdaaf Color Hex

#9FDAAF
(159,218,175)
0 Favorites   0 Comments

Color spaces of #9fdaaf

RGB 159218175
HSL0.380.440.74
HSV136°27°85°
CMYK 0.270.000.20   0.15
XYZ47.107360.608949.7733
Yxy60.60890.29910.3848
Hunter Lab77.8517-28.231916.5901
CIE-Lab82.1680-27.449815.1885

#9fdaaf color RGB value is (159,218,175).

#9fdaaf hex color red value is 159, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9fdaaf hue: 0.38 , saturation: 0.44 and the lightness value of 9fdaaf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 10101111
Octal 237 332 257
Decimal 159 218 175
Hex 9F DA AF

RGB Percentages of Color #9fdaaf

%28.80
%39.49
%31.70

CMYK Percentages of Color #9fdaaf

%27
%0
%20
%15

Triadic Colors of #9fdaaf

#9fdaaf #af9fda #daaf9f

Analogous Colors of #9fdaaf

#9fdaaf #9fdacd #adda9f

Monochromatic Colors of #9fdaaf

#9fdaaf

Complementary Color

#9fdaaf #da9fca

#9fdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdaaf Color CSS Codes

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

#9fdaaf Text Font Color

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

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


#9fdaaf Background Color

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

This div background color is #9fdaaf


#9fdaaf Border Color

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

This div border color is #9fdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdaaf


Comments

No comments written yet.

Please login to write comment.