Color Hex Logo

#11db90 Color Hex

#11DB90
(17,219,144)
0 Favorites   0 Comments

Color spaces of #11db90

RGB 17219144
HSL0.440.860.46
HSV158°92°86°
CMYK 0.920.000.34   0.14
XYZ30.596752.795834.9636
Yxy52.79580.25850.4461
Hunter Lab72.6607-51.991722.3328
CIE-Lab77.7543-61.438624.6890

#11db90 color RGB value is (17,219,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011011 10010000
Octal 21 333 220
Decimal 17 219 144
Hex 11 DB 90

RGB Percentages of Color #11db90

%4.47
%57.63
%37.89

CMYK Percentages of Color #11db90

%92
%0
%34
%14

Triadic Colors of #11db90

#11db90 #9011db #db9011

Analogous Colors of #11db90

#11db90 #11c1db #11db2b

Monochromatic Colors of #11db90

#11db90

Complementary Color

#11db90 #db115c

#11db90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11db90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11db90 Color CSS Codes

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

#11db90 Text Font Color

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

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


#11db90 Background Color

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

This div background color is #11db90


#11db90 Border Color

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

This div border color is #11db90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11db90


Comments

No comments written yet.

Please login to write comment.