Color Hex Logo

#688aec Color Hex

#688AEC
(104,138,236)
0 Favorites   0 Comments

Color spaces of #688aec

RGB 104138236
HSL0.620.780.67
HSV225°56°93°
CMYK 0.560.420.00   0.07
XYZ29.937727.176183.0245
Yxy27.17610.21360.1939
Hunter Lab52.130711.2805-57.9351
CIE-Lab59.137016.3304-53.1704

#688aec color RGB value is (104,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 11101100
Octal 150 212 354
Decimal 104 138 236
Hex 68 8A EC

RGB Percentages of Color #688aec

%21.76
%28.87
%49.37

CMYK Percentages of Color #688aec

%56
%42
%0
%7

Triadic Colors of #688aec

#688aec #ec688a #8aec68

Analogous Colors of #688aec

#688aec #8868ec #68ccec

Monochromatic Colors of #688aec

#688aec

Complementary Color

#688aec #ecca68

#688aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#688aec Color CSS Codes

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

#688aec Text Font Color

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

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


#688aec Background Color

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

This div background color is #688aec


#688aec Border Color

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

This div border color is #688aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688aec


Comments

No comments written yet.

Please login to write comment.