Color Hex Logo

#689fac Color Hex

#689FAC
(104,159,172)
0 Favorites   0 Comments

Color spaces of #689fac

RGB 104159172
HSL0.530.290.54
HSV191°40°67°
CMYK 0.400.080.00   0.33
XYZ25.553530.717943.6121
Yxy30.71790.25580.3075
Hunter Lab55.4237-14.6929-7.8578
CIE-Lab62.2688-14.6592-12.4815

#689fac color RGB value is (104,159,172).

#689fac hex color red value is 104, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #689fac hue: 0.53 , saturation: 0.29 and the lightness value of 689fac is 0.54.

The process color (four color CMYK) of #689fac color hex is 0.40, 0.08, 0.00, 0.33. Web safe color of #689fac is #669999. Color #689fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 10101100
Octal 150 237 254
Decimal 104 159 172
Hex 68 9F AC

RGB Percentages of Color #689fac

%23.91
%36.55
%39.54

CMYK Percentages of Color #689fac

%40
%8
%0
%33

Triadic Colors of #689fac

#689fac #ac689f #9fac68

Analogous Colors of #689fac

#689fac #687dac #68ac97

Monochromatic Colors of #689fac

#689fac

Complementary Color

#689fac #ac7568

#689fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fac Color CSS Codes

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

#689fac Text Font Color

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

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


#689fac Background Color

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

This div background color is #689fac


#689fac Border Color

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

This div border color is #689fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fac


Comments

No comments written yet.

Please login to write comment.