Color Hex Logo

#9fdfaf Color Hex

#9FDFAF
(159,223,175)
0 Favorites   0 Comments

Color spaces of #9fdfaf

RGB 159223175
HSL0.380.500.75
HSV135°29°87°
CMYK 0.290.000.22   0.13
XYZ48.423663.241450.2121
Yxy63.24140.29910.3907
Hunter Lab79.5245-30.476618.2312
CIE-Lab83.5692-29.837617.1530

#9fdfaf color RGB value is (159,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 10101111
Octal 237 337 257
Decimal 159 223 175
Hex 9F DF AF

RGB Percentages of Color #9fdfaf

%28.55
%40.04
%31.42

CMYK Percentages of Color #9fdfaf

%29
%0
%22
%13

Triadic Colors of #9fdfaf

#9fdfaf #af9fdf #dfaf9f

Analogous Colors of #9fdfaf

#9fdfaf #9fdfcf #afdf9f

Monochromatic Colors of #9fdfaf

#9fdfaf

Complementary Color

#9fdfaf #df9fcf

#9fdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfaf Color CSS Codes

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

#9fdfaf Text Font Color

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

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


#9fdfaf Background Color

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

This div background color is #9fdfaf


#9fdfaf Border Color

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

This div border color is #9fdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfaf


Comments

No comments written yet.

Please login to write comment.