Color Hex Logo

#11deec Color Hex

#11DEEC
(17,222,236)
0 Favorites   0 Comments

Color spaces of #11deec

RGB 17222236
HSL0.510.870.50
HSV184°93°93°
CMYK 0.930.060.00   0.07
XYZ41.492858.417988.4458
Yxy58.41790.22030.3101
Hunter Lab76.4316-36.8521-15.1076
CIE-Lab80.9706-38.6778-19.4197

#11deec color RGB value is (17,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11101100
Octal 21 336 354
Decimal 17 222 236
Hex 11 DE EC

RGB Percentages of Color #11deec

%3.58
%46.74
%49.68

CMYK Percentages of Color #11deec

%93
%6
%0
%7

Triadic Colors of #11deec

#11deec #ec11de #deec11

Analogous Colors of #11deec

#11deec #1171ec #11ec8d

Monochromatic Colors of #11deec

#11deec

Complementary Color

#11deec #ec1f11

#11deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#11deec Color CSS Codes

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

#11deec Text Font Color

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

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


#11deec Background Color

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

This div background color is #11deec


#11deec Border Color

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

This div border color is #11deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11deec


Comments

No comments written yet.

Please login to write comment.