Color Hex Logo

#11efec Color Hex

#11EFEC
(17,239,236)
0 Favorites   0 Comments

Color spaces of #11efec

RGB 17239236
HSL0.500.870.50
HSV179°93°94°
CMYK 0.930.000.01   0.06
XYZ46.238067.908390.0275
Yxy67.90830.22650.3326
Hunter Lab82.4065-44.0556-7.0886
CIE-Lab85.9606-46.2460-11.9221

#11efec color RGB value is (17,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101111 11101100
Octal 21 357 354
Decimal 17 239 236
Hex 11 EF EC

RGB Percentages of Color #11efec

%3.46
%48.58
%47.97

CMYK Percentages of Color #11efec

%93
%0
%1
%6

Triadic Colors of #11efec

#11efec #ec11ef #efec11

Analogous Colors of #11efec

#11efec #1183ef #11ef7d

Monochromatic Colors of #11efec

#11efec

Complementary Color

#11efec #ef1114

#11efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#11efec Color CSS Codes

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

#11efec Text Font Color

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

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


#11efec Background Color

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

This div background color is #11efec


#11efec Border Color

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

This div border color is #11efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11efec


Comments

No comments written yet.

Please login to write comment.