Color Hex Logo

#11bade Color Hex

#11BADE
(17,186,222)
0 Favorites   0 Comments

Color spaces of #11bade

RGB 17186222
HSL0.530.860.47
HSV191°92°87°
CMYK 0.920.160.00   0.13
XYZ30.974940.510975.2941
Yxy40.51090.21100.2760
Hunter Lab63.6482-24.5158-25.5848
CIE-Lab69.8319-25.8841-28.8743

#11bade color RGB value is (17,186,222).

#11bade hex color red value is 17, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #11bade hue: 0.53 , saturation: 0.86 and the lightness value of 11bade is 0.47.

The process color (four color CMYK) of #11bade color hex is 0.92, 0.16, 0.00, 0.13. Web safe color of #11bade is #00cccc. Color #11bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11011110
Octal 21 272 336
Decimal 17 186 222
Hex 11 BA DE

RGB Percentages of Color #11bade

%4.00
%43.76
%52.24

CMYK Percentages of Color #11bade

%92
%16
%0
%13

Triadic Colors of #11bade

#11bade #de11ba #bade11

Analogous Colors of #11bade

#11bade #1154de #11de9c

Monochromatic Colors of #11bade

#11bade

Complementary Color

#11bade #de3511

#11bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bade Color CSS Codes

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

#11bade Text Font Color

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

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


#11bade Background Color

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

This div background color is #11bade


#11bade Border Color

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

This div border color is #11bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bade


Comments

No comments written yet.

Please login to write comment.