Color Hex Logo

#718808 Color Hex

#718808
(113,136,8)
0 Favorites   0 Comments

Color spaces of #718808

RGB 1131368
HSL0.200.890.28
HSV71°94°53°
CMYK 0.170.000.94   0.47
XYZ15.658021.13663.4842
Yxy21.13660.38870.5248
Hunter Lab45.9746-19.662027.6889
CIE-Lab53.0987-23.743155.6399

#718808 color RGB value is (113,136,8).

#718808 hex color red value is 113, green value is 136 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #718808 hue: 0.20 , saturation: 0.89 and the lightness value of 718808 is 0.28.

The process color (four color CMYK) of #718808 color hex is 0.17, 0.00, 0.94, 0.47. Web safe color of #718808 is #669900. Color #718808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001000 00001000
Octal 161 210 10
Decimal 113 136 8
Hex 71 88 8

RGB Percentages of Color #718808

%43.97
%52.92
%3.11

CMYK Percentages of Color #718808

%17
%0
%94
%47

Triadic Colors of #718808

#718808 #087188 #880871

Analogous Colors of #718808

#718808 #318808 #885f08

Monochromatic Colors of #718808

#718808

Complementary Color

#718808 #1f0888

#718808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718808 Color CSS Codes

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

#718808 Text Font Color

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

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


#718808 Background Color

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

This div background color is #718808


#718808 Border Color

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

This div border color is #718808


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,136,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718808; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718808;
  -webkit-box-shadow: 1px 1px 3px 2px #718808;
  box-shadow:         1px 1px 3px 2px #718808; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718808


Comments

No comments written yet.

Please login to write comment.