Color Hex Logo

#9fdbac Color Hex

#9FDBAC
(159,219,172)
0 Favorites   0 Comments

Color spaces of #9fdbac

RGB 159219172
HSL0.370.450.74
HSV133°27°86°
CMYK 0.270.000.21   0.14
XYZ47.076061.012548.3252
Yxy61.01250.30100.3901
Hunter Lab78.1105-29.114217.9960
CIE-Lab82.3855-28.474617.0723

#9fdbac color RGB value is (159,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 10101100
Octal 237 333 254
Decimal 159 219 172
Hex 9F DB AC

RGB Percentages of Color #9fdbac

%28.91
%39.82
%31.27

CMYK Percentages of Color #9fdbac

%27
%0
%21
%14

Triadic Colors of #9fdbac

#9fdbac #ac9fdb #dbac9f

Analogous Colors of #9fdbac

#9fdbac #9fdbca #b0db9f

Monochromatic Colors of #9fdbac

#9fdbac

Complementary Color

#9fdbac #db9fce

#9fdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbac Color CSS Codes

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

#9fdbac Text Font Color

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

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


#9fdbac Background Color

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

This div background color is #9fdbac


#9fdbac Border Color

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

This div border color is #9fdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbac


Comments

No comments written yet.

Please login to write comment.