Color Hex Logo

#11dbee Color Hex

#11DBEE
(17,219,238)
0 Favorites   0 Comments

Color spaces of #11dbee

RGB 17219238
HSL0.510.870.50
HSV185°93°93°
CMYK 0.930.080.00   0.07
XYZ40.995356.955389.7217
Yxy56.95530.21840.3035
Hunter Lab75.4687-35.1075-17.6593
CIE-Lab80.1544-36.6821-21.7199

#11dbee color RGB value is (17,219,238).

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

The process color (four color CMYK) of #11dbee color hex is 0.93, 0.08, 0.00, 0.07. Web safe color of #11dbee is #00ccff. Color #11dbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011011 11101110
Octal 21 333 356
Decimal 17 219 238
Hex 11 DB EE

RGB Percentages of Color #11dbee

%3.59
%46.20
%50.21

CMYK Percentages of Color #11dbee

%93
%8
%0
%7

Triadic Colors of #11dbee

#11dbee #ee11db #dbee11

Analogous Colors of #11dbee

#11dbee #116dee #11ee93

Monochromatic Colors of #11dbee

#11dbee

Complementary Color

#11dbee #ee2411

#11dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dbee Color CSS Codes

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

#11dbee Text Font Color

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

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


#11dbee Background Color

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

This div background color is #11dbee


#11dbee Border Color

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

This div border color is #11dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dbee


Comments

No comments written yet.

Please login to write comment.