Color Hex Logo

#688eee Color Hex

#688EEE
(104,142,238)
0 Favorites   0 Comments

Color spaces of #688eee

RGB 104142238
HSL0.620.800.67
HSV223°56°93°
CMYK 0.560.400.00   0.07
XYZ30.814528.462184.7586
Yxy28.46210.21390.1976
Hunter Lab53.34999.7380-56.8509
CIE-Lab60.303914.5896-52.4217

#688eee color RGB value is (104,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 11101110
Octal 150 216 356
Decimal 104 142 238
Hex 68 8E EE

RGB Percentages of Color #688eee

%21.49
%29.34
%49.17

CMYK Percentages of Color #688eee

%56
%40
%0
%7

Triadic Colors of #688eee

#688eee #ee688e #8eee68

Analogous Colors of #688eee

#688eee #8568ee #68d1ee

Monochromatic Colors of #688eee

#688eee

Complementary Color

#688eee #eec868

#688eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#688eee Color CSS Codes

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

#688eee Text Font Color

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

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


#688eee Background Color

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

This div background color is #688eee


#688eee Border Color

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

This div border color is #688eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688eee


Comments

No comments written yet.

Please login to write comment.