Color Hex Logo

#11daba Color Hex

#11DABA
(17,218,186)
0 Favorites   0 Comments

Color spaces of #11daba

RGB 17218186
HSL0.470.860.46
HSV170°92°85°
CMYK 0.920.000.15   0.15
XYZ34.165553.807155.0395
Yxy53.80710.23890.3762
Hunter Lab73.3533-45.22906.8600
CIE-Lab78.3491-51.16623.3517

#11daba color RGB value is (17,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011010 10111010
Octal 21 332 272
Decimal 17 218 186
Hex 11 DA BA

RGB Percentages of Color #11daba

%4.04
%51.78
%44.18

CMYK Percentages of Color #11daba

%92
%0
%15
%15

Triadic Colors of #11daba

#11daba #ba11da #daba11

Analogous Colors of #11daba

#11daba #1196da #11da56

Monochromatic Colors of #11daba

#11daba

Complementary Color

#11daba #da1131

#11daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11daba Color CSS Codes

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

#11daba Text Font Color

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

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


#11daba Background Color

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

This div background color is #11daba


#11daba Border Color

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

This div border color is #11daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11daba


Comments

No comments written yet.

Please login to write comment.