Color Hex Logo

#11abdb Color Hex

#11ABDB
(17,171,219)
0 Favorites   0 Comments

Color spaces of #11abdb

RGB 17171219
HSL0.540.860.46
HSV194°92°86°
CMYK 0.920.220.00   0.14
XYZ27.580334.359572.1962
Yxy34.35950.20560.2562
Hunter Lab58.6170-18.5924-31.9933
CIE-Lab65.2469-19.1803-34.3197

#11abdb color RGB value is (17,171,219).

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

The process color (four color CMYK) of #11abdb color hex is 0.92, 0.22, 0.00, 0.14. Web safe color of #11abdb is #0099cc. Color #11abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101011 11011011
Octal 21 253 333
Decimal 17 171 219
Hex 11 AB DB

RGB Percentages of Color #11abdb

%4.18
%42.01
%53.81

CMYK Percentages of Color #11abdb

%92
%22
%0
%14

Triadic Colors of #11abdb

#11abdb #db11ab #abdb11

Analogous Colors of #11abdb

#11abdb #1146db #11dba6

Monochromatic Colors of #11abdb

#11abdb

Complementary Color

#11abdb #db4111

#11abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abdb Color CSS Codes

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

#11abdb Text Font Color

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

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


#11abdb Background Color

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

This div background color is #11abdb


#11abdb Border Color

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

This div border color is #11abdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,171,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 #11abdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abdb


Comments

No comments written yet.

Please login to write comment.