Color Hex Logo

#688eeb Color Hex

#688EEB
(104,142,235)
0 Favorites   0 Comments

Color spaces of #688eeb

RGB 104142235
HSL0.620.770.66
HSV223°56°92°
CMYK 0.560.400.00   0.08
XYZ30.377328.287282.4562
Yxy28.28720.21530.2004
Hunter Lab53.18578.8762-54.6900
CIE-Lab60.147313.6325-51.0106

#688eeb color RGB value is (104,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 11101011
Octal 150 216 353
Decimal 104 142 235
Hex 68 8E EB

RGB Percentages of Color #688eeb

%21.62
%29.52
%48.86

CMYK Percentages of Color #688eeb

%56
%40
%0
%8

Triadic Colors of #688eeb

#688eeb #eb688e #8eeb68

Analogous Colors of #688eeb

#688eeb #8468eb #68d0eb

Monochromatic Colors of #688eeb

#688eeb

Complementary Color

#688eeb #ebc568

#688eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#688eeb Color CSS Codes

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

#688eeb Text Font Color

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

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


#688eeb Background Color

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

This div background color is #688eeb


#688eeb Border Color

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

This div border color is #688eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688eeb


Comments

No comments written yet.

Please login to write comment.