Color Hex Logo

#9ffaaf Color Hex

#9FFAAF
(159,250,175)
0 Favorites   0 Comments

Color spaces of #9ffaaf

RGB 159250175
HSL0.360.900.80
HSV131°36°98°
CMYK 0.360.000.30   0.02
XYZ56.221578.837352.8114
Yxy78.83730.29930.4196
Hunter Lab88.7904-42.358126.8883
CIE-Lab91.1606-42.180827.6200

#9ffaaf color RGB value is (159,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 10101111
Octal 237 372 257
Decimal 159 250 175
Hex 9F FA AF

RGB Percentages of Color #9ffaaf

%27.23
%42.81
%29.97

CMYK Percentages of Color #9ffaaf

%36
%0
%30
%2

Triadic Colors of #9ffaaf

#9ffaaf #af9ffa #faaf9f

Analogous Colors of #9ffaaf

#9ffaaf #9ffadd #bdfa9f

Monochromatic Colors of #9ffaaf

#9ffaaf

Complementary Color

#9ffaaf #fa9fea

#9ffaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffaaf Color CSS Codes

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

#9ffaaf Text Font Color

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

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


#9ffaaf Background Color

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

This div background color is #9ffaaf


#9ffaaf Border Color

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

This div border color is #9ffaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffaaf


Comments

No comments written yet.

Please login to write comment.