Color Hex Logo

#9fdcac Color Hex

#9FDCAC
(159,220,172)
0 Favorites   0 Comments

Color spaces of #9fdcac

RGB 159220172
HSL0.370.470.74
HSV133°28°86°
CMYK 0.280.000.22   0.14
XYZ47.337761.535948.4124
Yxy61.53590.30100.3912
Hunter Lab78.4448-29.562218.3204
CIE-Lab82.6660-28.952117.4642

#9fdcac color RGB value is (159,220,172).

#9fdcac hex color red value is 159, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9fdcac hue: 0.37 , saturation: 0.47 and the lightness value of 9fdcac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 10101100
Octal 237 334 254
Decimal 159 220 172
Hex 9F DC AC

RGB Percentages of Color #9fdcac

%28.86
%39.93
%31.22

CMYK Percentages of Color #9fdcac

%28
%0
%22
%14

Triadic Colors of #9fdcac

#9fdcac #ac9fdc #dcac9f

Analogous Colors of #9fdcac

#9fdcac #9fdccb #b1dc9f

Monochromatic Colors of #9fdcac

#9fdcac

Complementary Color

#9fdcac #dc9fcf

#9fdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcac Color CSS Codes

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

#9fdcac Text Font Color

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

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


#9fdcac Background Color

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

This div background color is #9fdcac


#9fdcac Border Color

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

This div border color is #9fdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcac


Comments

No comments written yet.

Please login to write comment.