Color Hex Logo

#9ffaae Color Hex

#9FFAAE
(159,250,174)
0 Favorites   0 Comments

Color spaces of #9ffaae

RGB 159250174
HSL0.360.900.80
HSV130°36°98°
CMYK 0.360.000.30   0.02
XYZ56.123778.798152.2959
Yxy78.79810.29980.4209
Hunter Lab88.7683-42.488027.2084
CIE-Lab91.1429-42.347828.1024

#9ffaae color RGB value is (159,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 10101110
Octal 237 372 256
Decimal 159 250 174
Hex 9F FA AE

RGB Percentages of Color #9ffaae

%27.27
%42.88
%29.85

CMYK Percentages of Color #9ffaae

%36
%0
%30
%2

Triadic Colors of #9ffaae

#9ffaae #ae9ffa #faae9f

Analogous Colors of #9ffaae

#9ffaae #9ffadc #befa9f

Monochromatic Colors of #9ffaae

#9ffaae

Complementary Color

#9ffaae #fa9feb

#9ffaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffaae Color CSS Codes

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

#9ffaae Text Font Color

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

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


#9ffaae Background Color

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

This div background color is #9ffaae


#9ffaae Border Color

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

This div border color is #9ffaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffaae


Comments

No comments written yet.

Please login to write comment.