Color Hex Logo

#11efef Color Hex

#11EFEF
(17,239,239)
0 Favorites   0 Comments

Color spaces of #11efef

RGB 17239239
HSL0.500.870.50
HSV180°93°94°
CMYK 0.930.000.00   0.06
XYZ46.677768.084292.3427
Yxy68.08420.22540.3287
Hunter Lab82.5132-43.4205-8.5938
CIE-Lab86.0485-45.3825-13.3660

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101111 11101111
Octal 21 357 357
Decimal 17 239 239
Hex 11 EF EF

RGB Percentages of Color #11efef

%3.43
%48.28
%48.28

CMYK Percentages of Color #11efef

%93
%0
%0
%6

Triadic Colors of #11efef

#11efef #ef11ef #efef11

Analogous Colors of #11efef

#11efef #1180ef #11ef80

Monochromatic Colors of #11efef

#11efef

Complementary Color

#11efef #ef1111

#11efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11efef Color CSS Codes

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

#11efef Text Font Color

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

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


#11efef Background Color

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

This div background color is #11efef


#11efef Border Color

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

This div border color is #11efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11efef


Comments

No comments written yet.

Please login to write comment.