Color Hex Logo

#118f0b Color Hex

#118F0B
(17,143,11)
0 Favorites   0 Comments

Color spaces of #118f0b

RGB 1714311
HSL0.330.860.30
HSV117°92°56°
CMYK 0.880.000.92   0.44
XYZ10.114019.78833.6031
Yxy19.78830.30190.5906
Hunter Lab44.4840-37.262926.3365
CIE-Lab51.5970-54.430252.3367

#118f0b color RGB value is (17,143,11).

#118f0b hex color red value is 17, green value is 143 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #118f0b hue: 0.33 , saturation: 0.86 and the lightness value of 118f0b is 0.30.

The process color (four color CMYK) of #118f0b color hex is 0.88, 0.00, 0.92, 0.44. Web safe color of #118f0b is #009900. Color #118f0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 00001011
Octal 21 217 13
Decimal 17 143 11
Hex 11 8F B

RGB Percentages of Color #118f0b

%9.94
%83.63
%6.43

CMYK Percentages of Color #118f0b

%88
%0
%92
%44

Triadic Colors of #118f0b

#118f0b #0b118f #8f0b11

Analogous Colors of #118f0b

#118f0b #0b8f47 #538f0b

Monochromatic Colors of #118f0b

#118f0b

Complementary Color

#118f0b #890b8f

#118f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#118f0b Color CSS Codes

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

#118f0b Text Font Color

<p style="color:#118f0b">Text here</p>

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


#118f0b Background Color

<div style="background-color:#118f0b">
Div content here</div>

This div background color is #118f0b


#118f0b Border Color

<div style="border:3px solid #118f0b">
Div here</div>

This div border color is #118f0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,143,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 #118f0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118f0b


Comments

No comments written yet.

Please login to write comment.