Color Hex Logo

#118010 Color Hex

#118010
(17,128,16)
0 Favorites   0 Comments

Color spaces of #118010

RGB 1712816
HSL0.330.780.28
HSV119°88°50°
CMYK 0.870.000.88   0.50
XYZ8.043915.59493.0764
Yxy15.59490.30110.5837
Hunter Lab39.4904-32.749023.0244
CIE-Lab46.4385-49.608646.7375

#118010 color RGB value is (17,128,16).

#118010 hex color red value is 17, green value is 128 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #118010 hue: 0.33 , saturation: 0.78 and the lightness value of 118010 is 0.28.

The process color (four color CMYK) of #118010 color hex is 0.87, 0.00, 0.88, 0.50. Web safe color of #118010 is #009900. Color #118010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00010000
Octal 21 200 20
Decimal 17 128 16
Hex 11 80 10

RGB Percentages of Color #118010

%10.56
%79.50
%9.94

CMYK Percentages of Color #118010

%87
%0
%88
%50

Triadic Colors of #118010

#118010 #101180 #801011

Analogous Colors of #118010

#118010 #108047 #498010

Monochromatic Colors of #118010

#118010

Complementary Color

#118010 #7f1080

#118010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118010 Color CSS Codes

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

#118010 Text Font Color

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

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


#118010 Background Color

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

This div background color is #118010


#118010 Border Color

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

This div border color is #118010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118010


Comments

No comments written yet.

Please login to write comment.