Color Hex Logo

#11dcef Color Hex

#11DCEF
(17,220,239)
0 Favorites   0 Comments

Color spaces of #11dcef

RGB 17220239
HSL0.510.870.50
HSV185°93°94°
CMYK 0.930.080.00   0.06
XYZ41.404457.537690.5850
Yxy57.53760.21850.3036
Hunter Lab75.8535-35.3101-17.7072
CIE-Lab80.4810-36.8373-21.7563

#11dcef color RGB value is (17,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 11101111
Octal 21 334 357
Decimal 17 220 239
Hex 11 DC EF

RGB Percentages of Color #11dcef

%3.57
%46.22
%50.21

CMYK Percentages of Color #11dcef

%93
%8
%0
%6

Triadic Colors of #11dcef

#11dcef #ef11dc #dcef11

Analogous Colors of #11dcef

#11dcef #116def #11ef93

Monochromatic Colors of #11dcef

#11dcef

Complementary Color

#11dcef #ef2411

#11dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcef Color CSS Codes

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

#11dcef Text Font Color

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

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


#11dcef Background Color

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

This div background color is #11dcef


#11dcef Border Color

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

This div border color is #11dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcef


Comments

No comments written yet.

Please login to write comment.