Color Hex Logo

#11bf1d Color Hex

#11BF1D
(17,191,29)
0 Favorites   0 Comments

Color spaces of #11bf1d

RGB 1719129
HSL0.340.840.41
HSV124°91°75°
CMYK 0.910.000.85   0.25
XYZ19.083737.46957.3889
Yxy37.46950.29850.5860
Hunter Lab61.2123-51.472035.6918
CIE-Lab67.6278-67.682462.6084

#11bf1d color RGB value is (17,191,29).

#11bf1d hex color red value is 17, green value is 191 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #11bf1d hue: 0.34 , saturation: 0.84 and the lightness value of 11bf1d is 0.41.

The process color (four color CMYK) of #11bf1d color hex is 0.91, 0.00, 0.85, 0.25. Web safe color of #11bf1d is #00cc33. Color #11bf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 00011101
Octal 21 277 35
Decimal 17 191 29
Hex 11 BF 1D

RGB Percentages of Color #11bf1d

%7.17
%80.59
%12.24

CMYK Percentages of Color #11bf1d

%91
%0
%85
%25

Triadic Colors of #11bf1d

#11bf1d #1d11bf #bf1d11

Analogous Colors of #11bf1d

#11bf1d #11bf74 #5cbf11

Monochromatic Colors of #11bf1d

#11bf1d

Complementary Color

#11bf1d #bf11b3

#11bf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bf1d Color CSS Codes

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

#11bf1d Text Font Color

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

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


#11bf1d Background Color

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

This div background color is #11bf1d


#11bf1d Border Color

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

This div border color is #11bf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bf1d


Comments

No comments written yet.

Please login to write comment.