Color Hex Logo

#11dfb9 Color Hex

#11DFB9
(17,223,185)
0 Favorites   0 Comments

Color spaces of #11dfb9

RGB 17223185
HSL0.470.860.47
HSV169°92°87°
CMYK 0.920.000.17   0.13
XYZ35.375856.397354.9202
Yxy56.39730.24120.3845
Hunter Lab75.0981-47.33749.2092
CIE-Lab79.8394-53.44056.0363

#11dfb9 color RGB value is (17,223,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011111 10111001
Octal 21 337 271
Decimal 17 223 185
Hex 11 DF B9

RGB Percentages of Color #11dfb9

%4.00
%52.47
%43.53

CMYK Percentages of Color #11dfb9

%92
%0
%17
%13

Triadic Colors of #11dfb9

#11dfb9 #b911df #dfb911

Analogous Colors of #11dfb9

#11dfb9 #119edf #11df52

Monochromatic Colors of #11dfb9

#11dfb9

Complementary Color

#11dfb9 #df1137

#11dfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dfb9 Color CSS Codes

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

#11dfb9 Text Font Color

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

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


#11dfb9 Background Color

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

This div background color is #11dfb9


#11dfb9 Border Color

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

This div border color is #11dfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dfb9


Comments

No comments written yet.

Please login to write comment.