Color Hex Logo

#678faa Color Hex

#678FAA
(103,143,170)
0 Favorites   0 Comments

Color spaces of #678faa

RGB 103143170
HSL0.570.280.54
HSV204°39°67°
CMYK 0.390.160.00   0.33
XYZ22.671725.430841.7439
Yxy25.43080.25230.2830
Hunter Lab50.4290-8.0012-13.7786
CIE-Lab57.4928-6.6910-18.5801

#678faa color RGB value is (103,143,170).

#678faa hex color red value is 103, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #678faa hue: 0.57 , saturation: 0.28 and the lightness value of 678faa is 0.54.

The process color (four color CMYK) of #678faa color hex is 0.39, 0.16, 0.00, 0.33. Web safe color of #678faa is #669999. Color #678faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001111 10101010
Octal 147 217 252
Decimal 103 143 170
Hex 67 8F AA

RGB Percentages of Color #678faa

%24.76
%34.38
%40.87

CMYK Percentages of Color #678faa

%39
%16
%0
%33

Triadic Colors of #678faa

#678faa #aa678f #8faa67

Analogous Colors of #678faa

#678faa #676eaa #67aaa4

Monochromatic Colors of #678faa

#678faa

Complementary Color

#678faa #aa8267

#678faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#678faa Color CSS Codes

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

#678faa Text Font Color

<p style="color:#678faa">Text here</p>

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


#678faa Background Color

<div style="background-color:#678faa">
Div content here</div>

This div background color is #678faa


#678faa Border Color

<div style="border:3px solid #678faa">
Div here</div>

This div border color is #678faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #678faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #678faa;
  -webkit-box-shadow: 1px 1px 3px 2px #678faa;
  box-shadow:         1px 1px 3px 2px #678faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,143,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678faa


Comments

No comments written yet.

Please login to write comment.