Color Hex Logo

#9ff5ae Color Hex

#9FF5AE
(159,245,174)
0 Favorites   0 Comments

Color spaces of #9ff5ae

RGB 159245174
HSL0.360.810.79
HSV130°35°96°
CMYK 0.350.000.29   0.04
XYZ54.590575.731751.7849
Yxy75.73170.29980.4159
Hunter Lab87.0240-40.318125.6354
CIE-Lab89.7346-40.132926.1862

#9ff5ae color RGB value is (159,245,174).

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

The process color (four color CMYK) of #9ff5ae color hex is 0.35, 0.00, 0.29, 0.04. Web safe color of #9ff5ae is #99ff99. Color #9ff5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110101 10101110
Octal 237 365 256
Decimal 159 245 174
Hex 9F F5 AE

RGB Percentages of Color #9ff5ae

%27.51
%42.39
%30.10

CMYK Percentages of Color #9ff5ae

%35
%0
%29
%4

Triadic Colors of #9ff5ae

#9ff5ae #ae9ff5 #f5ae9f

Analogous Colors of #9ff5ae

#9ff5ae #9ff5d9 #bbf59f

Monochromatic Colors of #9ff5ae

#9ff5ae

Complementary Color

#9ff5ae #f59fe6

#9ff5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff5ae Color CSS Codes

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

#9ff5ae Text Font Color

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

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


#9ff5ae Background Color

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

This div background color is #9ff5ae


#9ff5ae Border Color

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

This div border color is #9ff5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff5ae


Comments

No comments written yet.

Please login to write comment.