Color Hex Logo

#9ffaab Color Hex

#9FFAAB
(159,250,171)
0 Favorites   0 Comments

Color spaces of #9ffaab

RGB 159250171
HSL0.360.900.80
HSV128°36°98°
CMYK 0.360.000.32   0.02
XYZ55.834478.682450.7725
Yxy78.68240.30130.4246
Hunter Lab88.7031-42.873128.1553
CIE-Lab91.0904-42.843629.5478

#9ffaab color RGB value is (159,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 10101011
Octal 237 372 253
Decimal 159 250 171
Hex 9F FA AB

RGB Percentages of Color #9ffaab

%27.41
%43.10
%29.48

CMYK Percentages of Color #9ffaab

%36
%0
%32
%2

Triadic Colors of #9ffaab

#9ffaab #ab9ffa #faab9f

Analogous Colors of #9ffaab

#9ffaab #9ffad9 #c1fa9f

Monochromatic Colors of #9ffaab

#9ffaab

Complementary Color

#9ffaab #fa9fee

#9ffaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffaab Color CSS Codes

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

#9ffaab Text Font Color

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

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


#9ffaab Background Color

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

This div background color is #9ffaab


#9ffaab Border Color

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

This div border color is #9ffaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffaab


Comments

No comments written yet.

Please login to write comment.