Color Hex Logo

#11dbfe Color Hex

#11DBFE
(17,219,254)
0 Favorites   0 Comments

Color spaces of #11dbfe

RGB 17219254
HSL0.520.990.53
HSV189°93°100°
CMYK 0.930.140.00   0.00
XYZ43.452157.9380102.6589
Yxy57.93800.21290.2839
Hunter Lab76.1170-31.3064-26.6824
CIE-Lab80.7043-31.6515-29.3825

#11dbfe color RGB value is (17,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011011 11111110
Octal 21 333 376
Decimal 17 219 254
Hex 11 DB FE

RGB Percentages of Color #11dbfe

%3.47
%44.69
%51.84

CMYK Percentages of Color #11dbfe

%93
%14
%0
%0

Triadic Colors of #11dbfe

#11dbfe #fe11db #dbfe11

Analogous Colors of #11dbfe

#11dbfe #1165fe #11feab

Monochromatic Colors of #11dbfe

#11dbfe

Complementary Color

#11dbfe #fe3411

#11dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dbfe Color CSS Codes

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

#11dbfe Text Font Color

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

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


#11dbfe Background Color

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

This div background color is #11dbfe


#11dbfe Border Color

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

This div border color is #11dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.