Color Hex Logo

#11bfdb Color Hex

#11BFDB
(17,191,219)
0 Favorites   0 Comments

Color spaces of #11bfdb

RGB 17191219
HSL0.520.860.46
HSV188°92°86°
CMYK 0.920.130.00   0.14
XYZ31.648242.495273.5522
Yxy42.49520.21430.2877
Hunter Lab65.1883-27.4199-21.2652
CIE-Lab71.2110-29.3534-25.1220

#11bfdb color RGB value is (17,191,219).

#11bfdb hex color red value is 17, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #11bfdb hue: 0.52 , saturation: 0.86 and the lightness value of 11bfdb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 11011011
Octal 21 277 333
Decimal 17 191 219
Hex 11 BF DB

RGB Percentages of Color #11bfdb

%3.98
%44.73
%51.29

CMYK Percentages of Color #11bfdb

%92
%13
%0
%14

Triadic Colors of #11bfdb

#11bfdb #db11bf #bfdb11

Analogous Colors of #11bfdb

#11bfdb #115adb #11db92

Monochromatic Colors of #11bfdb

#11bfdb

Complementary Color

#11bfdb #db2d11

#11bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfdb Color CSS Codes

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

#11bfdb Text Font Color

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

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


#11bfdb Background Color

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

This div background color is #11bfdb


#11bfdb Border Color

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

This div border color is #11bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfdb


Comments

No comments written yet.

Please login to write comment.