Color Hex Logo

#11fdaa Color Hex

#11FDAA
(17,253,170)
0 Favorites   0 Comments

Color spaces of #11fdaa

RGB 17253170
HSL0.440.980.53
HSV159°93°99°
CMYK 0.930.000.33   0.01
XYZ42.612173.272049.9272
Yxy73.27200.25700.4419
Hunter Lab85.5991-60.939225.3374
CIE-Lab88.5773-68.084926.0803

#11fdaa color RGB value is (17,253,170).

#11fdaa hex color red value is 17, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #11fdaa hue: 0.44 , saturation: 0.98 and the lightness value of 11fdaa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111101 10101010
Octal 21 375 252
Decimal 17 253 170
Hex 11 FD AA

RGB Percentages of Color #11fdaa

%3.86
%57.50
%38.64

CMYK Percentages of Color #11fdaa

%93
%0
%33
%1

Triadic Colors of #11fdaa

#11fdaa #aa11fd #fdaa11

Analogous Colors of #11fdaa

#11fdaa #11dafd #11fd34

Monochromatic Colors of #11fdaa

#11fdaa

Complementary Color

#11fdaa #fd1164

#11fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fdaa Color CSS Codes

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

#11fdaa Text Font Color

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

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


#11fdaa Background Color

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

This div background color is #11fdaa


#11fdaa Border Color

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

This div border color is #11fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fdaa


Comments

No comments written yet.

Please login to write comment.