Color Hex Logo

#688fdf Color Hex

#688FDF
(104,143,223)
0 Favorites   0 Comments

Color spaces of #688fdf

RGB 104143223
HSL0.610.650.64
HSV220°53°87°
CMYK 0.530.360.00   0.13
XYZ28.850727.915773.6797
Yxy27.91570.22120.2140
Hunter Lab52.83535.0081-45.6962
CIE-Lab59.81259.2504-44.8759

#688fdf color RGB value is (104,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 11011111
Octal 150 217 337
Decimal 104 143 223
Hex 68 8F DF

RGB Percentages of Color #688fdf

%22.13
%30.43
%47.45

CMYK Percentages of Color #688fdf

%53
%36
%0
%13

Triadic Colors of #688fdf

#688fdf #df688f #8fdf68

Analogous Colors of #688fdf

#688fdf #7d68df #68cbdf

Monochromatic Colors of #688fdf

#688fdf

Complementary Color

#688fdf #dfb868

#688fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688fdf Color CSS Codes

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

#688fdf Text Font Color

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

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


#688fdf Background Color

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

This div background color is #688fdf


#688fdf Border Color

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

This div border color is #688fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,143,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 #688fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688fdf


Comments

No comments written yet.

Please login to write comment.