Color Hex Logo

#079ecf Color Hex

#079ECF
(7,158,207)
0 Favorites   0 Comments

Color spaces of #079ecf

RGB 7158207
HSL0.540.930.42
HSV195°97°81°
CMYK 0.970.240.00   0.19
XYZ23.577029.003963.3872
Yxy29.00390.20330.2501
Hunter Lab53.8553-16.1022-32.0851
CIE-Lab60.7851-16.8083-34.6096

#079ecf color RGB value is (7,158,207).

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

The process color (four color CMYK) of #079ecf color hex is 0.97, 0.24, 0.00, 0.19. Web safe color of #079ecf is #0099cc. Color #079ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011110 11001111
Octal 7 236 317
Decimal 7 158 207
Hex 7 9E CF

RGB Percentages of Color #079ecf

%1.88
%42.47
%55.65

CMYK Percentages of Color #079ecf

%97
%24
%0
%19

Triadic Colors of #079ecf

#079ecf #cf079e #9ecf07

Analogous Colors of #079ecf

#079ecf #073acf #07cf9c

Monochromatic Colors of #079ecf

#079ecf

Complementary Color

#079ecf #cf3807

#079ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#079ecf Color CSS Codes

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

#079ecf Text Font Color

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

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


#079ecf Background Color

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

This div background color is #079ecf


#079ecf Border Color

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

This div border color is #079ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079ecf

#079ecf Color Palettes


Comments

No comments written yet.

Please login to write comment.