Color Hex Logo

#11efaa Color Hex

#11EFAA
(17,239,170)
0 Favorites   0 Comments

Color spaces of #11efaa

RGB 17239170
HSL0.450.870.50
HSV161°93°94°
CMYK 0.930.000.29   0.06
XYZ38.353464.754548.5076
Yxy64.75450.25300.4271
Hunter Lab80.4702-55.746820.5890
CIE-Lab84.3571-63.092820.2799

#11efaa color RGB value is (17,239,170).

#11efaa hex color red value is 17, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #11efaa hue: 0.45 , saturation: 0.87 and the lightness value of 11efaa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101111 10101010
Octal 21 357 252
Decimal 17 239 170
Hex 11 EF AA

RGB Percentages of Color #11efaa

%3.99
%56.10
%39.91

CMYK Percentages of Color #11efaa

%93
%0
%29
%6

Triadic Colors of #11efaa

#11efaa #aa11ef #efaa11

Analogous Colors of #11efaa

#11efaa #11c5ef #11ef3b

Monochromatic Colors of #11efaa

#11efaa

Complementary Color

#11efaa #ef1156

#11efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11efaa Color CSS Codes

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

#11efaa Text Font Color

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

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


#11efaa Background Color

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

This div background color is #11efaa


#11efaa Border Color

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

This div border color is #11efaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,239,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 #11efaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11efaa


Comments

No comments written yet.

Please login to write comment.