Color Hex Logo

#11bcdf Color Hex

#11BCDF
(17,188,223)
0 Favorites   0 Comments

Color spaces of #11bcdf

RGB 17188223
HSL0.530.860.47
HSV190°92°87°
CMYK 0.920.160.00   0.13
XYZ31.533741.413376.1436
Yxy41.41330.21150.2778
Hunter Lab64.3532-25.1512-25.1056
CIE-Lab70.4645-26.5542-28.4462

#11bcdf color RGB value is (17,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 11011111
Octal 21 274 337
Decimal 17 188 223
Hex 11 BC DF

RGB Percentages of Color #11bcdf

%3.97
%43.93
%52.10

CMYK Percentages of Color #11bcdf

%92
%16
%0
%13

Triadic Colors of #11bcdf

#11bcdf #df11bc #bcdf11

Analogous Colors of #11bcdf

#11bcdf #1155df #11df9b

Monochromatic Colors of #11bcdf

#11bcdf

Complementary Color

#11bcdf #df3411

#11bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcdf Color CSS Codes

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

#11bcdf Text Font Color

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

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


#11bcdf Background Color

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

This div background color is #11bcdf


#11bcdf Border Color

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

This div border color is #11bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcdf


Comments

No comments written yet.

Please login to write comment.