Color Hex Logo

#11bdfb Color Hex

#11BDFB
(17,189,251)
0 Favorites   0 Comments

Color spaces of #11bdfb

RGB 17189251
HSL0.540.970.53
HSV196°93°98°
CMYK 0.930.250.00   0.02
XYZ35.841343.479497.7701
Yxy43.47940.20240.2455
Hunter Lab65.9389-18.3689-41.7543
CIE-Lab71.8791-17.5583-41.4345

#11bdfb color RGB value is (17,189,251).

#11bdfb hex color red value is 17, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #11bdfb hue: 0.54 , saturation: 0.97 and the lightness value of 11bdfb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 11111011
Octal 21 275 373
Decimal 17 189 251
Hex 11 BD FB

RGB Percentages of Color #11bdfb

%3.72
%41.36
%54.92

CMYK Percentages of Color #11bdfb

%93
%25
%0
%2

Triadic Colors of #11bdfb

#11bdfb #fb11bd #bdfb11

Analogous Colors of #11bdfb

#11bdfb #1148fb #11fbc4

Monochromatic Colors of #11bdfb

#11bdfb

Complementary Color

#11bdfb #fb4f11

#11bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bdfb Color CSS Codes

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

#11bdfb Text Font Color

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

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


#11bdfb Background Color

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

This div background color is #11bdfb


#11bdfb Border Color

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

This div border color is #11bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bdfb


Comments

No comments written yet.

Please login to write comment.