Color Hex Logo

#688aee Color Hex

#688AEE
(104,138,238)
0 Favorites   0 Comments

Color spaces of #688aee

RGB 104138238
HSL0.620.800.67
HSV225°56°93°
CMYK 0.560.420.00   0.07
XYZ30.230027.293184.5637
Yxy27.29310.21280.1921
Hunter Lab52.242811.8631-59.4008
CIE-Lab59.244616.9699-54.1070

#688aee color RGB value is (104,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 11101110
Octal 150 212 356
Decimal 104 138 238
Hex 68 8A EE

RGB Percentages of Color #688aee

%21.67
%28.75
%49.58

CMYK Percentages of Color #688aee

%56
%42
%0
%7

Triadic Colors of #688aee

#688aee #ee688a #8aee68

Analogous Colors of #688aee

#688aee #8968ee #68cdee

Monochromatic Colors of #688aee

#688aee

Complementary Color

#688aee #eecc68

#688aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#688aee Color CSS Codes

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

#688aee Text Font Color

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

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


#688aee Background Color

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

This div background color is #688aee


#688aee Border Color

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

This div border color is #688aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688aee


Comments

No comments written yet.

Please login to write comment.