Color Hex Logo

#11dc83 Color Hex

#11DC83
(17,220,131)
0 Favorites   0 Comments

Color spaces of #11dc83

RGB 17220131
HSL0.430.860.46
HSV154°92°86°
CMYK 0.920.000.40   0.14
XYZ29.921152.944330.1150
Yxy52.94430.26480.4686
Hunter Lab72.7628-53.933326.3951
CIE-Lab77.8421-64.358131.4888

#11dc83 color RGB value is (17,220,131).

#11dc83 hex color red value is 17, green value is 220 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #11dc83 hue: 0.43 , saturation: 0.86 and the lightness value of 11dc83 is 0.46.

The process color (four color CMYK) of #11dc83 color hex is 0.92, 0.00, 0.40, 0.14. Web safe color of #11dc83 is #00cc99. Color #11dc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 10000011
Octal 21 334 203
Decimal 17 220 131
Hex 11 DC 83

RGB Percentages of Color #11dc83

%4.62
%59.78
%35.60

CMYK Percentages of Color #11dc83

%92
%0
%40
%14

Triadic Colors of #11dc83

#11dc83 #8311dc #dc8311

Analogous Colors of #11dc83

#11dc83 #11d0dc #11dc1e

Monochromatic Colors of #11dc83

#11dc83

Complementary Color

#11dc83 #dc116a

#11dc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dc83 Color CSS Codes

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

#11dc83 Text Font Color

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

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


#11dc83 Background Color

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

This div background color is #11dc83


#11dc83 Border Color

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

This div border color is #11dc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dc83


Comments

No comments written yet.

Please login to write comment.