Color Hex Logo

#11ddce Color Hex

#11DDCE
(17,221,206)
0 Favorites   0 Comments

Color spaces of #11ddce

RGB 17221206
HSL0.490.860.47
HSV176°92°87°
CMYK 0.920.000.07   0.13
XYZ37.228256.288367.2951
Yxy56.28830.23150.3500
Hunter Lab75.0255-42.7217-0.6630
CIE-Lab79.7776-47.0030-5.2275

#11ddce color RGB value is (17,221,206).

#11ddce hex color red value is 17, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #11ddce hue: 0.49 , saturation: 0.86 and the lightness value of 11ddce is 0.47.

The process color (four color CMYK) of #11ddce color hex is 0.92, 0.00, 0.07, 0.13. Web safe color of #11ddce is #00cccc. Color #11ddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011101 11001110
Octal 21 335 316
Decimal 17 221 206
Hex 11 DD CE

RGB Percentages of Color #11ddce

%3.83
%49.77
%46.40

CMYK Percentages of Color #11ddce

%92
%0
%7
%13

Triadic Colors of #11ddce

#11ddce #ce11dd #ddce11

Analogous Colors of #11ddce

#11ddce #1186dd #11dd68

Monochromatic Colors of #11ddce

#11ddce

Complementary Color

#11ddce #dd1120

#11ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ddce Color CSS Codes

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

#11ddce Text Font Color

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

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


#11ddce Background Color

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

This div background color is #11ddce


#11ddce Border Color

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

This div border color is #11ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ddce


Comments

No comments written yet.

Please login to write comment.