Color Hex Logo

#11dfbb Color Hex

#11DFBB
(17,223,187)
0 Favorites   0 Comments

Color spaces of #11dfbb

RGB 17223187
HSL0.470.860.47
HSV170°92°87°
CMYK 0.920.000.16   0.13
XYZ35.588556.482456.0402
Yxy56.48240.24030.3814
Hunter Lab75.1548-46.99478.3979
CIE-Lab79.8876-52.92885.0445

#11dfbb color RGB value is (17,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011111 10111011
Octal 21 337 273
Decimal 17 223 187
Hex 11 DF BB

RGB Percentages of Color #11dfbb

%3.98
%52.22
%43.79

CMYK Percentages of Color #11dfbb

%92
%0
%16
%13

Triadic Colors of #11dfbb

#11dfbb #bb11df #dfbb11

Analogous Colors of #11dfbb

#11dfbb #119cdf #11df54

Monochromatic Colors of #11dfbb

#11dfbb

Complementary Color

#11dfbb #df1135

#11dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dfbb Color CSS Codes

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

#11dfbb Text Font Color

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

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


#11dfbb Background Color

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

This div background color is #11dfbb


#11dfbb Border Color

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

This div border color is #11dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dfbb


Comments

No comments written yet.

Please login to write comment.