Color Hex Logo

#11dcbd Color Hex

#11DCBD
(17,220,189)
0 Favorites   0 Comments

Color spaces of #11dcbd

RGB 17220189
HSL0.470.860.46
HSV171°92°86°
CMYK 0.920.000.14   0.14
XYZ35.009754.979756.9111
Yxy54.97970.23830.3743
Hunter Lab74.1483-45.47936.3969
CIE-Lab79.0296-51.19482.7391

#11dcbd color RGB value is (17,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 10111101
Octal 21 334 275
Decimal 17 220 189
Hex 11 DC BD

RGB Percentages of Color #11dcbd

%3.99
%51.64
%44.37

CMYK Percentages of Color #11dcbd

%92
%0
%14
%14

Triadic Colors of #11dcbd

#11dcbd #bd11dc #dcbd11

Analogous Colors of #11dcbd

#11dcbd #1196dc #11dc58

Monochromatic Colors of #11dcbd

#11dcbd

Complementary Color

#11dcbd #dc1130

#11dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcbd Color CSS Codes

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

#11dcbd Text Font Color

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

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


#11dcbd Background Color

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

This div background color is #11dcbd


#11dcbd Border Color

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

This div border color is #11dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcbd


Comments

No comments written yet.

Please login to write comment.