Color Hex Logo

#11edfc Color Hex

#11EDFC
(17,237,252)
0 Favorites   0 Comments

Color spaces of #11edfc

RGB 17237252
HSL0.510.980.53
HSV184°93°99°
CMYK 0.930.060.00   0.01
XYZ48.086067.7158102.6315
Yxy67.71580.22010.3100
Hunter Lab82.2896-39.7002-16.3437
CIE-Lab85.8641-40.6597-20.4688

#11edfc color RGB value is (17,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101101 11111100
Octal 21 355 374
Decimal 17 237 252
Hex 11 ED FC

RGB Percentages of Color #11edfc

%3.36
%46.84
%49.80

CMYK Percentages of Color #11edfc

%93
%6
%0
%1

Triadic Colors of #11edfc

#11edfc #fc11ed #edfc11

Analogous Colors of #11edfc

#11edfc #1178fc #11fc96

Monochromatic Colors of #11edfc

#11edfc

Complementary Color

#11edfc #fc2011

#11edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11edfc Color CSS Codes

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

#11edfc Text Font Color

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

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


#11edfc Background Color

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

This div background color is #11edfc


#11edfc Border Color

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

This div border color is #11edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11edfc

Related Colors


Comments

No comments written yet.

Please login to write comment.