Color Hex Logo

#11ffed Color Hex

#11FFED
(17,255,237)
0 Favorites   0 Comments

Color spaces of #11ffed

RGB 17255237
HSL0.491.000.53
HSV175°93°100°
CMYK 0.930.000.07   0.00
XYZ51.277277.753692.4261
Yxy77.75360.23150.3511
Hunter Lab88.1780-50.5103-0.4218
CIE-Lab90.6673-52.7378-5.4595

#11ffed color RGB value is (17,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111111 11101101
Octal 21 377 355
Decimal 17 255 237
Hex 11 FF ED

RGB Percentages of Color #11ffed

%3.34
%50.10
%46.56

CMYK Percentages of Color #11ffed

%93
%0
%7
%0

Triadic Colors of #11ffed

#11ffed #ed11ff #ffed11

Analogous Colors of #11ffed

#11ffed #119aff #11ff76

Monochromatic Colors of #11ffed

#11ffed

Complementary Color

#11ffed #ff1123

#11ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ffed Color CSS Codes

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

#11ffed Text Font Color

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

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


#11ffed Background Color

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

This div background color is #11ffed


#11ffed Border Color

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

This div border color is #11ffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ffed


Comments

No comments written yet.

Please login to write comment.