Color Hex Logo

#079eff Color Hex

#079EFF
(7,158,255)
0 Favorites   0 Comments

Color spaces of #079eff

RGB 7158255
HSL0.571.000.51
HSV203°97°100°
CMYK 0.970.380.00   0.00
XYZ30.364531.718999.1297
Yxy31.71890.18840.1968
Hunter Lab56.3195-2.3215-64.9344
CIE-Lab63.10990.8148-57.4442

#079eff color RGB value is (7,158,255).

#079eff hex color red value is 7, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #079eff hue: 0.57 , saturation: 1.00 and the lightness value of 079eff is 0.51.

The process color (four color CMYK) of #079eff color hex is 0.97, 0.38, 0.00, 0.00. Web safe color of #079eff is #0099ff. Color #079eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011110 11111111
Octal 7 236 377
Decimal 7 158 255
Hex 7 9E FF

RGB Percentages of Color #079eff

%1.67
%37.62
%60.71

CMYK Percentages of Color #079eff

%97
%38
%0
%0

Triadic Colors of #079eff

#079eff #ff079e #9eff07

Analogous Colors of #079eff

#079eff #0722ff #07ffe4

Monochromatic Colors of #079eff

#079eff

Complementary Color

#079eff #ff6807

#079eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#079eff Color CSS Codes

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

#079eff Text Font Color

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

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


#079eff Background Color

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

This div background color is #079eff


#079eff Border Color

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

This div border color is #079eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079eff


Comments

No comments written yet.

Please login to write comment.