Color Hex Logo

#9fdaab Color Hex

#9FDAAB
(159,218,171)
0 Favorites   0 Comments

Color spaces of #9fdaab

RGB 159218171
HSL0.370.440.74
HSV132°27°85°
CMYK 0.270.000.22   0.15
XYZ46.720260.454047.7345
Yxy60.45400.30160.3903
Hunter Lab77.7522-28.808118.0265
CIE-Lab82.0843-28.175817.1772

#9fdaab color RGB value is (159,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 10101011
Octal 237 332 253
Decimal 159 218 171
Hex 9F DA AB

RGB Percentages of Color #9fdaab

%29.01
%39.78
%31.20

CMYK Percentages of Color #9fdaab

%27
%0
%22
%15

Triadic Colors of #9fdaab

#9fdaab #ab9fda #daab9f

Analogous Colors of #9fdaab

#9fdaab #9fdac9 #b1da9f

Monochromatic Colors of #9fdaab

#9fdaab

Complementary Color

#9fdaab #da9fce

#9fdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdaab Color CSS Codes

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

#9fdaab Text Font Color

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

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


#9fdaab Background Color

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

This div background color is #9fdaab


#9fdaab Border Color

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

This div border color is #9fdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdaab


Comments

No comments written yet.

Please login to write comment.