color codes Logo

#11dcf1 color codes

#11DCF1
(17,220,241)
0 Favorites   0 Comments

Color spaces of #11dcf1

RGB 17220241
HSL0.520.890.51
HSV186°93°95°
CMYK 0.930.090.00   0.05
XYZ41.701657.656492.1500
Yxy57.65640.21780.3011
Hunter Lab75.9318-34.8488-18.8014
CIE-Lab80.5474-36.2186-22.7189

#11dcf1 color RGB value is (17,220,241).

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

The process color (four color CMYK) of #11dcf1 color code is 0.93, 0.09, 0.00, 0.05. Web safe color of #11dcf1 is #00ccff. Color #11dcf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 11110001
Octal 21 334 361
Decimal 17 220 241
Hex 11 DC F1

RGB Percentages of Color #11dcf1

%3.56
%46.03
%50.42

CMYK Percentages of Color #11dcf1

%93
%9
%0
%5

Triadic Colors of #11dcf1

#11dcf1 #f111dc #dcf111

Analogous Colors of #11dcf1

#11dcf1 #116cf1 #11f196

Monochromatic Colors of #11dcf1

#11dcf1

Complementary Color

#11dcf1 #f12611

#11dcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcf1 Color CSS Codes

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

#11dcf1 Text Font Color

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

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


#11dcf1 Background Color

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

This div background color is #11dcf1


#11dcf1 Border Color

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

This div border color is #11dcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcf1


Comments

No comments written yet.

Please login to write comment.