Color Hex Logo

#11dadb Color Hex

#11DADB
(17,218,219)
0 Favorites   0 Comments

Color spaces of #11dadb

RGB 17218219
HSL0.500.860.46
HSV180°92°86°
CMYK 0.920.000.00   0.14
XYZ38.088855.376575.6991
Yxy55.37650.22520.3274
Hunter Lab74.4154-38.8634-8.2220
CIE-Lab79.2576-41.9642-12.9395

#11dadb color RGB value is (17,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011010 11011011
Octal 21 332 333
Decimal 17 218 219
Hex 11 DA DB

RGB Percentages of Color #11dadb

%3.74
%48.02
%48.24

CMYK Percentages of Color #11dadb

%92
%0
%0
%14

Triadic Colors of #11dadb

#11dadb #db11da #dadb11

Analogous Colors of #11dadb

#11dadb #1175db #11db77

Monochromatic Colors of #11dadb

#11dadb

Complementary Color

#11dadb #db1211

#11dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dadb Color CSS Codes

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

#11dadb Text Font Color

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

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


#11dadb Background Color

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

This div background color is #11dadb


#11dadb Border Color

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

This div border color is #11dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dadb


Comments

No comments written yet.

Please login to write comment.