Color Hex Logo

#11bbeb Color Hex

#11BBEB
(17,187,235)
0 Favorites   0 Comments

Color spaces of #11bbeb

RGB 17187235
HSL0.540.870.49
HSV193°93°92°
CMYK 0.930.200.00   0.08
XYZ32.996941.658084.8989
Yxy41.65800.20680.2611
Hunter Lab64.5430-21.6941-32.8091
CIE-Lab70.6345-22.0139-34.7119

#11bbeb color RGB value is (17,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111011 11101011
Octal 21 273 353
Decimal 17 187 235
Hex 11 BB EB

RGB Percentages of Color #11bbeb

%3.87
%42.60
%53.53

CMYK Percentages of Color #11bbeb

%93
%20
%0
%8

Triadic Colors of #11bbeb

#11bbeb #eb11bb #bbeb11

Analogous Colors of #11bbeb

#11bbeb #114eeb #11ebae

Monochromatic Colors of #11bbeb

#11bbeb

Complementary Color

#11bbeb #eb4111

#11bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bbeb Color CSS Codes

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

#11bbeb Text Font Color

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

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


#11bbeb Background Color

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

This div background color is #11bbeb


#11bbeb Border Color

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

This div border color is #11bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bbeb


Comments

No comments written yet.

Please login to write comment.