Color Hex Logo

#688e56 Color Hex

#688E56
(104,142,86)
0 Favorites   0 Comments

Color spaces of #688e56

RGB 10414286
HSL0.280.250.45
HSV101°39°56°
CMYK 0.270.000.39   0.44
XYZ17.061622.960912.3368
Yxy22.96090.32590.4385
Hunter Lab47.9175-20.298718.2775
CIE-Lab55.0320-24.119825.6908

#688e56 color RGB value is (104,142,86).

#688e56 hex color red value is 104, green value is 142 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #688e56 hue: 0.28 , saturation: 0.25 and the lightness value of 688e56 is 0.45.

The process color (four color CMYK) of #688e56 color hex is 0.27, 0.00, 0.39, 0.44. Web safe color of #688e56 is #669966. Color #688e56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 01010110
Octal 150 216 126
Decimal 104 142 86
Hex 68 8E 56

RGB Percentages of Color #688e56

%31.33
%42.77
%25.90

CMYK Percentages of Color #688e56

%27
%0
%39
%44

Triadic Colors of #688e56

#688e56 #56688e #8e5668

Analogous Colors of #688e56

#688e56 #568e60 #848e56

Monochromatic Colors of #688e56

#688e56

Complementary Color

#688e56 #7c568e

#688e56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688e56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688e56 Color CSS Codes

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

#688e56 Text Font Color

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

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


#688e56 Background Color

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

This div background color is #688e56


#688e56 Border Color

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

This div border color is #688e56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,142,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688e56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688e56;
  -webkit-box-shadow: 1px 1px 3px 2px #688e56;
  box-shadow:         1px 1px 3px 2px #688e56; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688e56


Comments

No comments written yet.

Please login to write comment.