Color Hex Logo

#11feef Color Hex

#11FEEF
(17,254,239)
0 Favorites   0 Comments

Color spaces of #11feef

RGB 17254239
HSL0.490.990.53
HSV176°93°100°
CMYK 0.930.000.06   0.00
XYZ51.253077.234893.8678
Yxy77.23480.23050.3473
Hunter Lab87.8833-49.6958-1.8091
CIE-Lab90.4296-51.7770-6.8490

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111110 11101111
Octal 21 376 357
Decimal 17 254 239
Hex 11 FE EF

RGB Percentages of Color #11feef

%3.33
%49.80
%46.86

CMYK Percentages of Color #11feef

%93
%0
%6
%0

Triadic Colors of #11feef

#11feef #ef11fe #feef11

Analogous Colors of #11feef

#11feef #1197fe #11fe79

Monochromatic Colors of #11feef

#11feef

Complementary Color

#11feef #fe1120

#11feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11feef Color CSS Codes

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

#11feef Text Font Color

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

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


#11feef Background Color

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

This div background color is #11feef


#11feef Border Color

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

This div border color is #11feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11feef


Comments

No comments written yet.

Please login to write comment.