Color Hex Logo

#688881 Color Hex

#688881
(104,136,129)
0 Favorites   0 Comments

Color spaces of #688881

RGB 104136129
HSL0.460.130.47
HSV167°24°53°
CMYK 0.240.000.05   0.47
XYZ18.475522.136424.0679
Yxy22.13640.28560.3422
Hunter Lab47.0493-12.24232.6050
CIE-Lab54.1714-12.82480.0584

#688881 color RGB value is (104,136,129).

#688881 hex color red value is 104, green value is 136 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #688881 hue: 0.46 , saturation: 0.13 and the lightness value of 688881 is 0.47.

The process color (four color CMYK) of #688881 color hex is 0.24, 0.00, 0.05, 0.47. Web safe color of #688881 is #669999. Color #688881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 10000001
Octal 150 210 201
Decimal 104 136 129
Hex 68 88 81

RGB Percentages of Color #688881

%28.18
%36.86
%34.96

CMYK Percentages of Color #688881

%24
%0
%5
%47

Triadic Colors of #688881

#688881 #816888 #888168

Analogous Colors of #688881

#688881 #687f88 #688871

Monochromatic Colors of #688881

#688881

Complementary Color

#688881 #88686f

#688881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688881 Color CSS Codes

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

#688881 Text Font Color

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

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


#688881 Background Color

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

This div background color is #688881


#688881 Border Color

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

This div border color is #688881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688881


Comments

No comments written yet.

Please login to write comment.