Color Hex Logo

#689cec Color Hex

#689CEC
(104,156,236)
0 Favorites   0 Comments

Color spaces of #689cec

RGB 104156236
HSL0.600.780.67
HSV216°56°93°
CMYK 0.560.340.00   0.07
XYZ32.737732.776183.9578
Yxy32.77610.21900.2193
Hunter Lab57.25041.8840-46.8736
CIE-Lab63.97925.7501-45.5038

#689cec color RGB value is (104,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011100 11101100
Octal 150 234 354
Decimal 104 156 236
Hex 68 9C EC

RGB Percentages of Color #689cec

%20.97
%31.45
%47.58

CMYK Percentages of Color #689cec

%56
%34
%0
%7

Triadic Colors of #689cec

#689cec #ec689c #9cec68

Analogous Colors of #689cec

#689cec #7668ec #68deec

Monochromatic Colors of #689cec

#689cec

Complementary Color

#689cec #ecb868

#689cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#689cec Color CSS Codes

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

#689cec Text Font Color

<p style="color:#689cec">Text here</p>

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


#689cec Background Color

<div style="background-color:#689cec">
Div content here</div>

This div background color is #689cec


#689cec Border Color

<div style="border:3px solid #689cec">
Div here</div>

This div border color is #689cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689cec


Comments

No comments written yet.

Please login to write comment.