Color Hex Logo

#678bac Color Hex

#678BAC
(103,139,172)
0 Favorites   0 Comments

Color spaces of #678bac

RGB 103139172
HSL0.580.290.54
HSV209°40°67°
CMYK 0.400.190.00   0.33
XYZ22.272524.327442.5515
Yxy24.32740.24980.2729
Hunter Lab49.3228-5.7104-16.6244
CIE-Lab56.4141-3.8724-21.3708

#678bac color RGB value is (103,139,172).

#678bac hex color red value is 103, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #678bac hue: 0.58 , saturation: 0.29 and the lightness value of 678bac is 0.54.

The process color (four color CMYK) of #678bac color hex is 0.40, 0.19, 0.00, 0.33. Web safe color of #678bac is #669999. Color #678bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001011 10101100
Octal 147 213 254
Decimal 103 139 172
Hex 67 8B AC

RGB Percentages of Color #678bac

%24.88
%33.57
%41.55

CMYK Percentages of Color #678bac

%40
%19
%0
%33

Triadic Colors of #678bac

#678bac #ac678b #8bac67

Analogous Colors of #678bac

#678bac #6769ac #67acab

Monochromatic Colors of #678bac

#678bac

Complementary Color

#678bac #ac8867

#678bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#678bac Color CSS Codes

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

#678bac Text Font Color

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

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


#678bac Background Color

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

This div background color is #678bac


#678bac Border Color

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

This div border color is #678bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,139,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 #678bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678bac


Comments

No comments written yet.

Please login to write comment.