Color Hex Logo

#688feb Color Hex

#688FEB
(104,143,235)
0 Favorites   0 Comments

Color spaces of #688feb

RGB 104143235
HSL0.620.770.66
HSV222°56°92°
CMYK 0.560.390.00   0.08
XYZ30.526828.586182.5060
Yxy28.58610.21560.2019
Hunter Lab53.46608.3505-54.0672
CIE-Lab60.414613.0403-50.5864

#688feb color RGB value is (104,143,235).

#688feb hex color red value is 104, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #688feb hue: 0.62 , saturation: 0.77 and the lightness value of 688feb is 0.66.

The process color (four color CMYK) of #688feb color hex is 0.56, 0.39, 0.00, 0.08. Web safe color of #688feb is #6699ff. Color #688feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 11101011
Octal 150 217 353
Decimal 104 143 235
Hex 68 8F EB

RGB Percentages of Color #688feb

%21.58
%29.67
%48.76

CMYK Percentages of Color #688feb

%56
%39
%0
%8

Triadic Colors of #688feb

#688feb #eb688f #8feb68

Analogous Colors of #688feb

#688feb #8368eb #68d1eb

Monochromatic Colors of #688feb

#688feb

Complementary Color

#688feb #ebc468

#688feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#688feb Color CSS Codes

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

#688feb Text Font Color

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

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


#688feb Background Color

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

This div background color is #688feb


#688feb Border Color

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

This div border color is #688feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688feb


Comments

No comments written yet.

Please login to write comment.