Color Hex Logo

#118002 Color Hex

#118002
(17,128,2)
0 Favorites   0 Comments

Color spaces of #118002

RGB 171282
HSL0.310.970.25
HSV113°98°50°
CMYK 0.870.000.98   0.50
XYZ7.961315.56192.6416
Yxy15.56190.30430.5948
Hunter Lab39.4486-33.011123.6438
CIE-Lab46.3944-50.172649.6783

#118002 color RGB value is (17,128,2).

#118002 hex color red value is 17, green value is 128 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #118002 hue: 0.31 , saturation: 0.97 and the lightness value of 118002 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00000010
Octal 21 200 2
Decimal 17 128 2
Hex 11 80 2

RGB Percentages of Color #118002

%11.56
%87.07
%1.36

CMYK Percentages of Color #118002

%87
%0
%98
%50

Triadic Colors of #118002

#118002 #021180 #800211

Analogous Colors of #118002

#118002 #028032 #508002

Monochromatic Colors of #118002

#118002

Complementary Color

#118002 #710280

#118002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118002 Color CSS Codes

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

#118002 Text Font Color

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

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


#118002 Background Color

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

This div background color is #118002


#118002 Border Color

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

This div border color is #118002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118002


Comments

No comments written yet.

Please login to write comment.