Color Hex Logo

#688eec Color Hex

#688EEC
(104,142,236)
0 Favorites   0 Comments

Color spaces of #688eec

RGB 104142236
HSL0.620.780.67
HSV223°56°93°
CMYK 0.560.400.00   0.07
XYZ30.522228.345283.2194
Yxy28.34520.21480.1995
Hunter Lab53.24029.1623-55.4076
CIE-Lab60.199313.9510-51.4816

#688eec color RGB value is (104,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 11101100
Octal 150 216 354
Decimal 104 142 236
Hex 68 8E EC

RGB Percentages of Color #688eec

%21.58
%29.46
%48.96

CMYK Percentages of Color #688eec

%56
%40
%0
%7

Triadic Colors of #688eec

#688eec #ec688e #8eec68

Analogous Colors of #688eec

#688eec #8468ec #68d0ec

Monochromatic Colors of #688eec

#688eec

Complementary Color

#688eec #ecc668

#688eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#688eec Color CSS Codes

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

#688eec Text Font Color

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

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


#688eec Background Color

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

This div background color is #688eec


#688eec Border Color

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

This div border color is #688eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688eec


Comments

No comments written yet.

Please login to write comment.