Color Hex Logo

#11dabd Color Hex

#11DABD
(17,218,189)
0 Favorites   0 Comments

Color spaces of #11dabd

RGB 17218189
HSL0.480.860.46
HSV171°92°85°
CMYK 0.920.000.13   0.15
XYZ34.487953.936156.7371
Yxy53.93610.23760.3716
Hunter Lab73.4412-44.69875.6043
CIE-Lab78.4245-50.37621.8602

#11dabd color RGB value is (17,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011010 10111101
Octal 21 332 275
Decimal 17 218 189
Hex 11 DA BD

RGB Percentages of Color #11dabd

%4.01
%51.42
%44.58

CMYK Percentages of Color #11dabd

%92
%0
%13
%15

Triadic Colors of #11dabd

#11dabd #bd11da #dabd11

Analogous Colors of #11dabd

#11dabd #1193da #11da59

Monochromatic Colors of #11dabd

#11dabd

Complementary Color

#11dabd #da112e

#11dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dabd Color CSS Codes

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

#11dabd Text Font Color

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

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


#11dabd Background Color

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

This div background color is #11dabd


#11dabd Border Color

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

This div border color is #11dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dabd


Comments

No comments written yet.

Please login to write comment.