Color Hex Logo

#708866 Color Hex

#708866
(112,136,102)
0 Favorites   0 Comments

Color spaces of #708866

RGB 112136102
HSL0.280.140.47
HSV102°25°53°
CMYK 0.180.000.25   0.47
XYZ17.884522.012415.8766
Yxy22.01240.32070.3947
Hunter Lab46.9174-14.062712.7787
CIE-Lab54.0402-15.380815.4910

#708866 color RGB value is (112,136,102).

#708866 hex color red value is 112, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #708866 hue: 0.28 , saturation: 0.14 and the lightness value of 708866 is 0.47.

The process color (four color CMYK) of #708866 color hex is 0.18, 0.00, 0.25, 0.47. Web safe color of #708866 is #669966. Color #708866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001000 01100110
Octal 160 210 146
Decimal 112 136 102
Hex 70 88 66

RGB Percentages of Color #708866

%32.00
%38.86
%29.14

CMYK Percentages of Color #708866

%18
%0
%25
%47

Triadic Colors of #708866

#708866 #667088 #886670

Analogous Colors of #708866

#708866 #66886d #818866

Monochromatic Colors of #708866

#708866

Complementary Color

#708866 #7e6688

#708866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708866 Color CSS Codes

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

#708866 Text Font Color

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

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


#708866 Background Color

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

This div background color is #708866


#708866 Border Color

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

This div border color is #708866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708866


Comments

No comments written yet.

Please login to write comment.