Color Hex Logo

#688983 Color Hex

#688983
(104,137,131)
0 Favorites   0 Comments

Color spaces of #688983

RGB 104137131
HSL0.470.140.47
HSV169°24°54°
CMYK 0.240.000.04   0.46
XYZ18.751322.473124.8222
Yxy22.47310.28390.3403
Hunter Lab47.4058-12.35472.1392
CIE-Lab54.5254-12.9165-0.5816

#688983 color RGB value is (104,137,131).

#688983 hex color red value is 104, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #688983 hue: 0.47 , saturation: 0.14 and the lightness value of 688983 is 0.47.

The process color (four color CMYK) of #688983 color hex is 0.24, 0.00, 0.04, 0.46. Web safe color of #688983 is #669999. Color #688983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001001 10000011
Octal 150 211 203
Decimal 104 137 131
Hex 68 89 83

RGB Percentages of Color #688983

%27.96
%36.83
%35.22

CMYK Percentages of Color #688983

%24
%0
%4
%46

Triadic Colors of #688983

#688983 #836889 #898368

Analogous Colors of #688983

#688983 #687f89 #688973

Monochromatic Colors of #688983

#688983

Complementary Color

#688983 #89686e

#688983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688983 Color CSS Codes

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

#688983 Text Font Color

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

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


#688983 Background Color

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

This div background color is #688983


#688983 Border Color

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

This div border color is #688983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688983

#688983 Color Palettes


Comments

No comments written yet.

Please login to write comment.