Color Hex Logo

#11dcfc Color Hex

#11DCFC
(17,220,252)
0 Favorites   0 Comments

Color spaces of #11dcfc

RGB 17220252
HSL0.520.980.53
HSV188°93°99°
CMYK 0.930.130.00   0.01
XYZ43.395158.3338101.0679
Yxy58.33380.21400.2876
Hunter Lab76.3766-32.2401-24.9939
CIE-Lab80.9240-32.7670-27.9853

#11dcfc color RGB value is (17,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 11111100
Octal 21 334 374
Decimal 17 220 252
Hex 11 DC FC

RGB Percentages of Color #11dcfc

%3.48
%44.99
%51.53

CMYK Percentages of Color #11dcfc

%93
%13
%0
%1

Triadic Colors of #11dcfc

#11dcfc #fc11dc #dcfc11

Analogous Colors of #11dcfc

#11dcfc #1167fc #11fca7

Monochromatic Colors of #11dcfc

#11dcfc

Complementary Color

#11dcfc #fc3111

#11dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcfc Color CSS Codes

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

#11dcfc Text Font Color

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

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


#11dcfc Background Color

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

This div background color is #11dcfc


#11dcfc Border Color

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

This div border color is #11dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcfc


Comments

No comments written yet.

Please login to write comment.