Color Hex Logo

#11ff9f Color Hex

#11FF9F
(17,255,159)
0 Favorites   0 Comments

Color spaces of #11ff9f

RGB 17255159
HSL0.431.000.53
HSV156°93°100°
CMYK 0.930.000.38   0.00
XYZ42.249274.142444.8850
Yxy74.14240.26200.4597
Hunter Lab86.1060-63.101729.3677
CIE-Lab88.9897-70.952232.1686

#11ff9f color RGB value is (17,255,159).

#11ff9f hex color red value is 17, green value is 255 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #11ff9f hue: 0.43 , saturation: 1.00 and the lightness value of 11ff9f is 0.53.

The process color (four color CMYK) of #11ff9f color hex is 0.93, 0.00, 0.38, 0.00. Web safe color of #11ff9f is #00ff99. Color #11ff9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111111 10011111
Octal 21 377 237
Decimal 17 255 159
Hex 11 FF 9F

RGB Percentages of Color #11ff9f

%3.94
%59.16
%36.89

CMYK Percentages of Color #11ff9f

%93
%0
%38
%0

Triadic Colors of #11ff9f

#11ff9f #9f11ff #ff9f11

Analogous Colors of #11ff9f

#11ff9f #11e8ff #11ff28

Monochromatic Colors of #11ff9f

#11ff9f

Complementary Color

#11ff9f #ff1171

#11ff9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ff9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ff9f Color CSS Codes

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

#11ff9f Text Font Color

<p style="color:#11ff9f">Text here</p>

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


#11ff9f Background Color

<div style="background-color:#11ff9f">
Div content here</div>

This div background color is #11ff9f


#11ff9f Border Color

<div style="border:3px solid #11ff9f">
Div here</div>

This div border color is #11ff9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,255,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11ff9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11ff9f;
  -webkit-box-shadow: 1px 1px 3px 2px #11ff9f;
  box-shadow:         1px 1px 3px 2px #11ff9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ff9f

Related Colors


Comments

No comments written yet.

Please login to write comment.