Color Hex Logo

#11bbef Color Hex

#11BBEF
(17,187,239)
0 Favorites   0 Comments

Color spaces of #11bbef

RGB 17187239
HSL0.540.870.50
HSV194°93°94°
CMYK 0.930.220.00   0.06
XYZ33.581541.891887.9774
Yxy41.89180.20550.2563
Hunter Lab64.7239-20.6534-35.2846
CIE-Lab70.7963-20.6480-36.6316

#11bbef color RGB value is (17,187,239).

#11bbef hex color red value is 17, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #11bbef hue: 0.54 , saturation: 0.87 and the lightness value of 11bbef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111011 11101111
Octal 21 273 357
Decimal 17 187 239
Hex 11 BB EF

RGB Percentages of Color #11bbef

%3.84
%42.21
%53.95

CMYK Percentages of Color #11bbef

%93
%22
%0
%6

Triadic Colors of #11bbef

#11bbef #ef11bb #bbef11

Analogous Colors of #11bbef

#11bbef #114cef #11efb4

Monochromatic Colors of #11bbef

#11bbef

Complementary Color

#11bbef #ef4511

#11bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bbef Color CSS Codes

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

#11bbef Text Font Color

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

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


#11bbef Background Color

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

This div background color is #11bbef


#11bbef Border Color

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

This div border color is #11bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bbef


Comments

No comments written yet.

Please login to write comment.