Color Hex Logo

#079dfe Color Hex

#079DFE
(7,157,254)
0 Favorites   0 Comments

Color spaces of #079dfe

RGB 7157254
HSL0.570.990.51
HSV204°97°100°
CMYK 0.970.380.00   0.00
XYZ30.034031.314998.2273
Yxy31.31490.18820.1962
Hunter Lab55.9597-2.1272-64.9012
CIE-Lab62.77261.0241-57.4358

#079dfe color RGB value is (7,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011101 11111110
Octal 7 235 376
Decimal 7 157 254
Hex 7 9D FE

RGB Percentages of Color #079dfe

%1.67
%37.56
%60.77

CMYK Percentages of Color #079dfe

%97
%38
%0
%0

Triadic Colors of #079dfe

#079dfe #fe079d #9dfe07

Analogous Colors of #079dfe

#079dfe #0722fe #07fee4

Monochromatic Colors of #079dfe

#079dfe

Complementary Color

#079dfe #fe6807

#079dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#079dfe Color CSS Codes

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

#079dfe Text Font Color

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

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


#079dfe Background Color

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

This div background color is #079dfe


#079dfe Border Color

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

This div border color is #079dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.