Color Hex Logo

#678cbd Color Hex

#678CBD
(103,140,189)
0 Favorites   0 Comments

Color spaces of #678cbd

RGB 103140189
HSL0.590.390.57
HSV214°46°74°
CMYK 0.460.260.00   0.26
XYZ24.156925.313951.7570
Yxy25.31390.23860.2501
Hunter Lab50.3129-2.3438-25.7727
CIE-Lab57.38000.4236-29.5696

#678cbd color RGB value is (103,140,189).

#678cbd hex color red value is 103, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #678cbd hue: 0.59 , saturation: 0.39 and the lightness value of 678cbd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001100 10111101
Octal 147 214 275
Decimal 103 140 189
Hex 67 8C BD

RGB Percentages of Color #678cbd

%23.84
%32.41
%43.75

CMYK Percentages of Color #678cbd

%46
%26
%0
%26

Triadic Colors of #678cbd

#678cbd #bd678c #8cbd67

Analogous Colors of #678cbd

#678cbd #6d67bd #67b7bd

Monochromatic Colors of #678cbd

#678cbd

Complementary Color

#678cbd #bd9867

#678cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#678cbd Color CSS Codes

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

#678cbd Text Font Color

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

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


#678cbd Background Color

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

This div background color is #678cbd


#678cbd Border Color

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

This div border color is #678cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678cbd


Comments

No comments written yet.

Please login to write comment.