Color Hex Logo

#688ebf Color Hex

#688EBF
(104,142,191)
0 Favorites   0 Comments

Color spaces of #688ebf

RGB 104142191
HSL0.590.400.58
HSV214°46°75°
CMYK 0.460.260.00   0.25
XYZ24.785926.050653.0121
Yxy26.05060.23870.2509
Hunter Lab51.0398-2.6366-25.8533
CIE-Lab58.08500.1100-29.6056

#688ebf color RGB value is (104,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001110 10111111
Octal 150 216 277
Decimal 104 142 191
Hex 68 8E BF

RGB Percentages of Color #688ebf

%23.80
%32.49
%43.71

CMYK Percentages of Color #688ebf

%46
%26
%0
%25

Triadic Colors of #688ebf

#688ebf #bf688e #8ebf68

Analogous Colors of #688ebf

#688ebf #6e68bf #68babf

Monochromatic Colors of #688ebf

#688ebf

Complementary Color

#688ebf #bf9968

#688ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688ebf Color CSS Codes

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

#688ebf Text Font Color

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

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


#688ebf Background Color

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

This div background color is #688ebf


#688ebf Border Color

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

This div border color is #688ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688ebf


Comments

No comments written yet.

Please login to write comment.