Color Hex Logo

#07678d Color Hex

#07678D
(7,103,141)
0 Favorites   0 Comments

Color spaces of #07678d

RGB 7103141
HSL0.550.910.29
HSV197°95°55°
CMYK 0.950.270.00   0.45
XYZ9.745611.668826.9380
Yxy11.66880.20160.2413
Hunter Lab34.1596-8.8540-22.8439
CIE-Lab40.6848-10.3073-27.8219

#07678d color RGB value is (7,103,141).

#07678d hex color red value is 7, green value is 103 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #07678d hue: 0.55 , saturation: 0.91 and the lightness value of 07678d is 0.29.

The process color (four color CMYK) of #07678d color hex is 0.95, 0.27, 0.00, 0.45. Web safe color of #07678d is #006699. Color #07678d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 10001101
Octal 7 147 215
Decimal 7 103 141
Hex 7 67 8D

RGB Percentages of Color #07678d

%2.79
%41.04
%56.18

CMYK Percentages of Color #07678d

%95
%27
%0
%45

Triadic Colors of #07678d

#07678d #8d0767 #678d07

Analogous Colors of #07678d

#07678d #07248d #078d70

Monochromatic Colors of #07678d

#07678d

Complementary Color

#07678d #8d2d07

#07678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07678d Color CSS Codes

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

#07678d Text Font Color

<p style="color:#07678d">Text here</p>

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


#07678d Background Color

<div style="background-color:#07678d">
Div content here</div>

This div background color is #07678d


#07678d Border Color

<div style="border:3px solid #07678d">
Div here</div>

This div border color is #07678d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,103,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07678d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07678d;
  -webkit-box-shadow: 1px 1px 3px 2px #07678d;
  box-shadow:         1px 1px 3px 2px #07678d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07678d


Comments

No comments written yet.

Please login to write comment.