Color Hex Logo

#688ebe Color Hex

#688EBE
(104,142,190)
0 Favorites   0 Comments

Color spaces of #688ebe

RGB 104142190
HSL0.590.400.58
HSV213°45°75°
CMYK 0.450.250.00   0.25
XYZ24.676226.006852.4344
Yxy26.00680.23930.2522
Hunter Lab50.9969-2.8725-25.2635
CIE-Lab58.0435-0.1829-29.1037

#688ebe color RGB value is (104,142,190).

#688ebe hex color red value is 104, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #688ebe hue: 0.59 , saturation: 0.40 and the lightness value of 688ebe is 0.58.

The process color (four color CMYK) of #688ebe color hex is 0.45, 0.25, 0.00, 0.25. Web safe color of #688ebe is #6699cc. Color #688ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 10111110
Octal 150 216 276
Decimal 104 142 190
Hex 68 8E BE

RGB Percentages of Color #688ebe

%23.85
%32.57
%43.58

CMYK Percentages of Color #688ebe

%45
%25
%0
%25

Triadic Colors of #688ebe

#688ebe #be688e #8ebe68

Analogous Colors of #688ebe

#688ebe #6d68be #68b9be

Monochromatic Colors of #688ebe

#688ebe

Complementary Color

#688ebe #be9868

#688ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#688ebe Color CSS Codes

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

#688ebe Text Font Color

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

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


#688ebe Background Color

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

This div background color is #688ebe


#688ebe Border Color

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

This div border color is #688ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688ebe


Comments

No comments written yet.

Please login to write comment.