Color Hex Logo

#688aba Color Hex

#688ABA
(104,138,186)
0 Favorites   0 Comments

Color spaces of #688aba

RGB 104138186
HSL0.600.370.57
HSV215°44°73°
CMYK 0.440.260.00   0.27
XYZ23.660324.665249.9682
Yxy24.66520.24070.2509
Hunter Lab49.6641-1.8735-24.8882
CIE-Lab56.74770.9635-28.8404

#688aba color RGB value is (104,138,186).

#688aba hex color red value is 104, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #688aba hue: 0.60 , saturation: 0.37 and the lightness value of 688aba is 0.57.

The process color (four color CMYK) of #688aba color hex is 0.44, 0.26, 0.00, 0.27. Web safe color of #688aba is #6699cc. Color #688aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 10111010
Octal 150 212 272
Decimal 104 138 186
Hex 68 8A BA

RGB Percentages of Color #688aba

%24.30
%32.24
%43.46

CMYK Percentages of Color #688aba

%44
%26
%0
%27

Triadic Colors of #688aba

#688aba #ba688a #8aba68

Analogous Colors of #688aba

#688aba #6f68ba #68b3ba

Monochromatic Colors of #688aba

#688aba

Complementary Color

#688aba #ba9868

#688aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#688aba Color CSS Codes

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

#688aba Text Font Color

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

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


#688aba Background Color

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

This div background color is #688aba


#688aba Border Color

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

This div border color is #688aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688aba


Comments

No comments written yet.

Please login to write comment.