Color Hex Logo

#11dece Color Hex

#11DECE
(17,222,206)
0 Favorites   0 Comments

Color spaces of #11dece

RGB 17222206
HSL0.490.860.47
HSV175°92°87°
CMYK 0.920.000.07   0.13
XYZ37.493056.818067.3834
Yxy56.81800.23190.3514
Hunter Lab75.3777-43.1248-0.2375
CIE-Lab80.0771-47.4286-4.7856

#11dece color RGB value is (17,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11001110
Octal 21 336 316
Decimal 17 222 206
Hex 11 DE CE

RGB Percentages of Color #11dece

%3.82
%49.89
%46.29

CMYK Percentages of Color #11dece

%92
%0
%7
%13

Triadic Colors of #11dece

#11dece #ce11de #dece11

Analogous Colors of #11dece

#11dece #1188de #11de68

Monochromatic Colors of #11dece

#11dece

Complementary Color

#11dece #de1121

#11dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dece Color CSS Codes

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

#11dece Text Font Color

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

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


#11dece Background Color

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

This div background color is #11dece


#11dece Border Color

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

This div border color is #11dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dece


Comments

No comments written yet.

Please login to write comment.