Color Hex Logo

#9fdbab Color Hex

#9FDBAB
(159,219,171)
0 Favorites   0 Comments

Color spaces of #9fdbab

RGB 159219171
HSL0.370.450.74
HSV132°27°86°
CMYK 0.270.000.22   0.14
XYZ46.980360.974247.8212
Yxy60.97420.30160.3914
Hunter Lab78.0860-29.256218.3500
CIE-Lab82.3649-28.654117.5690

#9fdbab color RGB value is (159,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 10101011
Octal 237 333 253
Decimal 159 219 171
Hex 9F DB AB

RGB Percentages of Color #9fdbab

%28.96
%39.89
%31.15

CMYK Percentages of Color #9fdbab

%27
%0
%22
%14

Triadic Colors of #9fdbab

#9fdbab #ab9fdb #dbab9f

Analogous Colors of #9fdbab

#9fdbab #9fdbc9 #b1db9f

Monochromatic Colors of #9fdbab

#9fdbab

Complementary Color

#9fdbab #db9fcf

#9fdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbab Color CSS Codes

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

#9fdbab Text Font Color

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

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


#9fdbab Background Color

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

This div background color is #9fdbab


#9fdbab Border Color

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

This div border color is #9fdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbab


Comments

No comments written yet.

Please login to write comment.