Color Hex Logo

#688ddf Color Hex

#688DDF
(104,141,223)
0 Favorites   0 Comments

Color spaces of #688ddf

RGB 104141223
HSL0.610.650.64
HSV221°53°87°
CMYK 0.530.370.00   0.13
XYZ28.553127.320573.5805
Yxy27.32050.22060.2110
Hunter Lab52.26906.0388-46.8758
CIE-Lab59.269810.4301-45.7327

#688ddf color RGB value is (104,141,223).

#688ddf hex color red value is 104, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #688ddf hue: 0.61 , saturation: 0.65 and the lightness value of 688ddf is 0.64.

The process color (four color CMYK) of #688ddf color hex is 0.53, 0.37, 0.00, 0.13. Web safe color of #688ddf is #6699cc. Color #688ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001101 11011111
Octal 150 215 337
Decimal 104 141 223
Hex 68 8D DF

RGB Percentages of Color #688ddf

%22.22
%30.13
%47.65

CMYK Percentages of Color #688ddf

%53
%37
%0
%13

Triadic Colors of #688ddf

#688ddf #df688d #8ddf68

Analogous Colors of #688ddf

#688ddf #7f68df #68c9df

Monochromatic Colors of #688ddf

#688ddf

Complementary Color

#688ddf #dfba68

#688ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688ddf Color CSS Codes

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

#688ddf Text Font Color

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

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


#688ddf Background Color

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

This div background color is #688ddf


#688ddf Border Color

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

This div border color is #688ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688ddf


Comments

No comments written yet.

Please login to write comment.