Color Hex Logo

#079dc7 Color Hex

#079DC7
(7,157,199)
0 Favorites   0 Comments

Color spaces of #079dc7

RGB 7157199
HSL0.540.930.40
HSV193°96°78°
CMYK 0.960.210.00   0.22
XYZ22.453428.282658.3085
Yxy28.28260.20590.2594
Hunter Lab53.1814-17.7040-27.7791
CIE-Lab60.1432-19.1137-31.1316

#079dc7 color RGB value is (7,157,199).

#079dc7 hex color red value is 7, green value is 157 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #079dc7 hue: 0.54 , saturation: 0.93 and the lightness value of 079dc7 is 0.40.

The process color (four color CMYK) of #079dc7 color hex is 0.96, 0.21, 0.00, 0.22. Web safe color of #079dc7 is #0099cc. Color #079dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011101 11000111
Octal 7 235 307
Decimal 7 157 199
Hex 7 9D C7

RGB Percentages of Color #079dc7

%1.93
%43.25
%54.82

CMYK Percentages of Color #079dc7

%96
%21
%0
%22

Triadic Colors of #079dc7

#079dc7 #c7079d #9dc707

Analogous Colors of #079dc7

#079dc7 #073dc7 #07c791

Monochromatic Colors of #079dc7

#079dc7

Complementary Color

#079dc7 #c73107

#079dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079dc7 Color CSS Codes

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

#079dc7 Text Font Color

<p style="color:#079dc7">Text here</p>

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


#079dc7 Background Color

<div style="background-color:#079dc7">
Div content here</div>

This div background color is #079dc7


#079dc7 Border Color

<div style="border:3px solid #079dc7">
Div here</div>

This div border color is #079dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,157,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #079dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #079dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #079dc7;
  box-shadow:         1px 1px 3px 2px #079dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079dc7


Comments

No comments written yet.

Please login to write comment.