Color Hex Logo

#11deed Color Hex

#11DEED
(17,222,237)
0 Favorites   0 Comments

Color spaces of #11deed

RGB 17222237
HSL0.510.870.50
HSV184°93°93°
CMYK 0.930.060.00   0.07
XYZ41.638558.476189.2132
Yxy58.47610.21990.3089
Hunter Lab76.4697-36.6269-15.6418
CIE-Lab81.0028-38.3731-19.9023

#11deed color RGB value is (17,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11101101
Octal 21 336 355
Decimal 17 222 237
Hex 11 DE ED

RGB Percentages of Color #11deed

%3.57
%46.64
%49.79

CMYK Percentages of Color #11deed

%93
%6
%0
%7

Triadic Colors of #11deed

#11deed #ed11de #deed11

Analogous Colors of #11deed

#11deed #1170ed #11ed8e

Monochromatic Colors of #11deed

#11deed

Complementary Color

#11deed #ed2011

#11deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#11deed Color CSS Codes

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

#11deed Text Font Color

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

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


#11deed Background Color

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

This div background color is #11deed


#11deed Border Color

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

This div border color is #11deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11deed


Comments

No comments written yet.

Please login to write comment.