Color Hex Logo

#688cee Color Hex

#688CEE
(104,140,238)
0 Favorites   0 Comments

Color spaces of #688cee

RGB 104140238
HSL0.620.800.67
HSV224°56°93°
CMYK 0.560.410.00   0.07
XYZ30.519627.872384.6602
Yxy27.87230.21330.1948
Hunter Lab52.794210.7985-58.1208
CIE-Lab59.773215.7780-53.2656

#688cee color RGB value is (104,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 11101110
Octal 150 214 356
Decimal 104 140 238
Hex 68 8C EE

RGB Percentages of Color #688cee

%21.58
%29.05
%49.38

CMYK Percentages of Color #688cee

%56
%41
%0
%7

Triadic Colors of #688cee

#688cee #ee688c #8cee68

Analogous Colors of #688cee

#688cee #8768ee #68cfee

Monochromatic Colors of #688cee

#688cee

Complementary Color

#688cee #eeca68

#688cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#688cee Color CSS Codes

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

#688cee Text Font Color

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

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


#688cee Background Color

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

This div background color is #688cee


#688cee Border Color

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

This div border color is #688cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688cee


Comments

No comments written yet.

Please login to write comment.