Color Hex Logo

#079cfa Color Hex

#079CFA
(7,156,250)
0 Favorites   0 Comments

Color spaces of #079cfa

RGB 7156250
HSL0.560.960.50
HSV203°97°98°
CMYK 0.970.380.00   0.02
XYZ29.231430.724294.8322
Yxy30.72420.18880.1985
Hunter Lab55.4294-2.8673-62.6365
CIE-Lab62.27410.1115-56.0425

#079cfa color RGB value is (7,156,250).

#079cfa hex color red value is 7, green value is 156 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #079cfa hue: 0.56 , saturation: 0.96 and the lightness value of 079cfa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011100 11111010
Octal 7 234 372
Decimal 7 156 250
Hex 7 9C FA

RGB Percentages of Color #079cfa

%1.69
%37.77
%60.53

CMYK Percentages of Color #079cfa

%97
%38
%0
%2

Triadic Colors of #079cfa

#079cfa #fa079c #9cfa07

Analogous Colors of #079cfa

#079cfa #0722fa #07fadf

Monochromatic Colors of #079cfa

#079cfa

Complementary Color

#079cfa #fa6507

#079cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#079cfa Color CSS Codes

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

#079cfa Text Font Color

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

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


#079cfa Background Color

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

This div background color is #079cfa


#079cfa Border Color

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

This div border color is #079cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079cfa


Comments

No comments written yet.

Please login to write comment.