Color Hex Logo

#9fd6aa Color Hex

#9FD6AA
(159,214,170)
0 Favorites   0 Comments

Color spaces of #9fd6aa

RGB 159214170
HSL0.370.400.73
HSV132°26°84°
CMYK 0.260.000.21   0.16
XYZ45.600358.366346.8926
Yxy58.36630.30230.3869
Hunter Lab76.3978-27.153217.0866
CIE-Lab80.9420-26.430416.1062

#9fd6aa color RGB value is (159,214,170).

#9fd6aa hex color red value is 159, green value is 214 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9fd6aa hue: 0.37 , saturation: 0.40 and the lightness value of 9fd6aa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010110 10101010
Octal 237 326 252
Decimal 159 214 170
Hex 9F D6 AA

RGB Percentages of Color #9fd6aa

%29.28
%39.41
%31.31

CMYK Percentages of Color #9fd6aa

%26
%0
%21
%16

Triadic Colors of #9fd6aa

#9fd6aa #aa9fd6 #d6aa9f

Analogous Colors of #9fd6aa

#9fd6aa #9fd6c6 #b0d69f

Monochromatic Colors of #9fd6aa

#9fd6aa

Complementary Color

#9fd6aa #d69fcb

#9fd6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd6aa Color CSS Codes

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

#9fd6aa Text Font Color

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

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


#9fd6aa Background Color

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

This div background color is #9fd6aa


#9fd6aa Border Color

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

This div border color is #9fd6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd6aa


Comments

No comments written yet.

Please login to write comment.