color codes Logo

#11d99e color codes

#11D99E
(17,217,158)
0 Favorites   0 Comments

Color spaces of #11d99e

RGB 17217158
HSL0.450.850.46
HSV162°92°85°
CMYK 0.920.000.27   0.15
XYZ31.215652.213540.7807
Yxy52.21350.25130.4204
Hunter Lab72.2589-49.341717.1198
CIE-Lab77.4083-57.652316.8833

#11d99e color RGB value is (17,217,158).

#11d99e hex color red value is 17, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #11d99e hue: 0.45 , saturation: 0.85 and the lightness value of 11d99e is 0.46.

The process color (four color CMYK) of #11d99e color code is 0.92, 0.00, 0.27, 0.15. Web safe color of #11d99e is #00cc99. Color #11d99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011001 10011110
Octal 21 331 236
Decimal 17 217 158
Hex 11 D9 9E

RGB Percentages of Color #11d99e

%4.34
%55.36
%40.31

CMYK Percentages of Color #11d99e

%92
%0
%27
%15

Triadic Colors of #11d99e

#11d99e #9e11d9 #d99e11

Analogous Colors of #11d99e

#11d99e #11b0d9 #11d93a

Monochromatic Colors of #11d99e

#11d99e

Complementary Color

#11d99e #d9114c

#11d99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11d99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11d99e Color CSS Codes

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

#11d99e Text Font Color

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

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


#11d99e Background Color

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

This div background color is #11d99e


#11d99e Border Color

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

This div border color is #11d99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11d99e


Comments

No comments written yet.

Please login to write comment.