Color Hex Logo

#11c7db Color Hex

#11C7DB
(17,199,219)
0 Favorites   0 Comments

Color spaces of #11c7db

RGB 17199219
HSL0.520.860.46
HSV186°92°86°
CMYK 0.920.090.00   0.14
XYZ33.440846.080574.1497
Yxy46.08050.21760.2999
Hunter Lab67.8826-30.8607-17.2460
CIE-Lab73.5977-33.2177-21.4808

#11c7db color RGB value is (17,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11000111 11011011
Octal 21 307 333
Decimal 17 199 219
Hex 11 C7 DB

RGB Percentages of Color #11c7db

%3.91
%45.75
%50.34

CMYK Percentages of Color #11c7db

%92
%9
%0
%14

Triadic Colors of #11c7db

#11c7db #db11c7 #c7db11

Analogous Colors of #11c7db

#11c7db #1162db #11db8a

Monochromatic Colors of #11c7db

#11c7db

Complementary Color

#11c7db #db2511

#11c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#11c7db Color CSS Codes

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

#11c7db Text Font Color

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

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


#11c7db Background Color

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

This div background color is #11c7db


#11c7db Border Color

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

This div border color is #11c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11c7db


Comments

No comments written yet.

Please login to write comment.