Color Hex Logo

#9ffaaa Color Hex

#9FFAAA
(159,250,170)
0 Favorites   0 Comments

Color spaces of #9ffaaa

RGB 159250170
HSL0.350.900.80
HSV127°36°98°
CMYK 0.360.000.32   0.02
XYZ55.739478.644450.2723
Yxy78.64440.30190.4259
Hunter Lab88.6817-42.999728.4666
CIE-Lab91.0732-43.007030.0290

#9ffaaa color RGB value is (159,250,170).

#9ffaaa hex color red value is 159, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9ffaaa hue: 0.35 , saturation: 0.90 and the lightness value of 9ffaaa is 0.80.

The process color (four color CMYK) of #9ffaaa color hex is 0.36, 0.00, 0.32, 0.02. Web safe color of #9ffaaa is #99ff99. Color #9ffaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 10101010
Octal 237 372 252
Decimal 159 250 170
Hex 9F FA AA

RGB Percentages of Color #9ffaaa

%27.46
%43.18
%29.36

CMYK Percentages of Color #9ffaaa

%36
%0
%32
%2

Triadic Colors of #9ffaaa

#9ffaaa #aa9ffa #faaa9f

Analogous Colors of #9ffaaa

#9ffaaa #9ffad8 #c2fa9f

Monochromatic Colors of #9ffaaa

#9ffaaa

Complementary Color

#9ffaaa #fa9fef

#9ffaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffaaa Color CSS Codes

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

#9ffaaa Text Font Color

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

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


#9ffaaa Background Color

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

This div background color is #9ffaaa


#9ffaaa Border Color

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

This div border color is #9ffaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.