Color Hex Logo

#11dfa9 Color Hex

#11DFA9
(17,223,169)
0 Favorites   0 Comments

Color spaces of #11dfa9

RGB 17223169
HSL0.460.860.47
HSV164°92°87°
CMYK 0.920.000.24   0.13
XYZ33.780355.759146.5183
Yxy55.75910.24830.4098
Hunter Lab74.6720-49.925815.3346
CIE-Lab79.4765-57.366813.9825

#11dfa9 color RGB value is (17,223,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011111 10101001
Octal 21 337 251
Decimal 17 223 169
Hex 11 DF A9

RGB Percentages of Color #11dfa9

%4.16
%54.52
%41.32

CMYK Percentages of Color #11dfa9

%92
%0
%24
%13

Triadic Colors of #11dfa9

#11dfa9 #a911df #dfa911

Analogous Colors of #11dfa9

#11dfa9 #11aedf #11df42

Monochromatic Colors of #11dfa9

#11dfa9

Complementary Color

#11dfa9 #df1147

#11dfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dfa9 Color CSS Codes

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

#11dfa9 Text Font Color

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

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


#11dfa9 Background Color

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

This div background color is #11dfa9


#11dfa9 Border Color

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

This div border color is #11dfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dfa9


Comments

No comments written yet.

Please login to write comment.