Color Hex Logo

#11eced Color Hex

#11ECED
(17,236,237)
0 Favorites   0 Comments

Color spaces of #11eced

RGB 17236237
HSL0.500.870.50
HSV180°93°93°
CMYK 0.930.000.00   0.07
XYZ45.512766.224590.5046
Yxy66.22450.22500.3275
Hunter Lab81.3784-42.5822-8.9742
CIE-Lab85.1108-44.6501-13.7182

#11eced color RGB value is (17,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101100 11101101
Octal 21 354 355
Decimal 17 236 237
Hex 11 EC ED

RGB Percentages of Color #11eced

%3.47
%48.16
%48.37

CMYK Percentages of Color #11eced

%93
%0
%0
%7

Triadic Colors of #11eced

#11eced #ed11ec #eced11

Analogous Colors of #11eced

#11eced #117eed #11ed80

Monochromatic Colors of #11eced

#11eced

Complementary Color

#11eced #ed1211

#11eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eced Color CSS Codes

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

#11eced Text Font Color

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

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


#11eced Background Color

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

This div background color is #11eced


#11eced Border Color

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

This div border color is #11eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eced


Comments

No comments written yet.

Please login to write comment.