Color Hex Logo

#11dd0b Color Hex

#11DD0B
(17,221,11)
0 Favorites   0 Comments

Color spaces of #11dd0b

RGB 1722111
HSL0.330.910.45
HSV118°95°87°
CMYK 0.920.000.95   0.13
XYZ26.148051.85628.9477
Yxy51.85620.30070.5964
Hunter Lab72.0112-61.204643.0408
CIE-Lab77.1948-76.512073.7285

#11dd0b color RGB value is (17,221,11).

#11dd0b hex color red value is 17, green value is 221 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #11dd0b hue: 0.33 , saturation: 0.91 and the lightness value of 11dd0b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011101 00001011
Octal 21 335 13
Decimal 17 221 11
Hex 11 DD B

RGB Percentages of Color #11dd0b

%6.83
%88.76
%4.42

CMYK Percentages of Color #11dd0b

%92
%0
%95
%13

Triadic Colors of #11dd0b

#11dd0b #0b11dd #dd0b11

Analogous Colors of #11dd0b

#11dd0b #0bdd6e #7add0b

Monochromatic Colors of #11dd0b

#11dd0b

Complementary Color

#11dd0b #d70bdd

#11dd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dd0b Color CSS Codes

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

#11dd0b Text Font Color

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

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


#11dd0b Background Color

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

This div background color is #11dd0b


#11dd0b Border Color

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

This div border color is #11dd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dd0b


Comments

No comments written yet.

Please login to write comment.