Color Hex Logo

#688fad Color Hex

#688FAD
(104,143,173)
1 Favorites   0 Comments

Color spaces of #688fad

RGB 104143173
HSL0.570.300.54
HSV206°40°68°
CMYK 0.400.170.00   0.32
XYZ23.074225.605143.2613
Yxy25.60510.25100.2785
Hunter Lab50.6015-7.1569-15.2684
CIE-Lab57.6603-5.5888-20.0308

#688fad color RGB value is (104,143,173).

#688fad hex color red value is 104, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #688fad hue: 0.57 , saturation: 0.30 and the lightness value of 688fad is 0.54.

The process color (four color CMYK) of #688fad color hex is 0.40, 0.17, 0.00, 0.32. Web safe color of #688fad is #669999. Color #688fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 10101101
Octal 150 217 255
Decimal 104 143 173
Hex 68 8F AD

RGB Percentages of Color #688fad

%24.76
%34.05
%41.19

CMYK Percentages of Color #688fad

%40
%17
%0
%32

Triadic Colors of #688fad

#688fad #ad688f #8fad68

Analogous Colors of #688fad

#688fad #686dad #68ada9

Monochromatic Colors of #688fad

#688fad

Complementary Color

#688fad #ad8668

#688fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#688fad Color CSS Codes

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

#688fad Text Font Color

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

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


#688fad Background Color

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

This div background color is #688fad


#688fad Border Color

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

This div border color is #688fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688fad

#688fad Color Palettes


Comments

No comments written yet.

Please login to write comment.