Color Hex Logo

#079cfb Color Hex

#079CFB
(7,156,251)
0 Favorites   0 Comments

Color spaces of #079cfb

RGB 7156251
HSL0.560.970.51
HSV203°97°98°
CMYK 0.970.380.00   0.02
XYZ29.388730.787195.6604
Yxy30.78710.18860.1976
Hunter Lab55.4861-2.5567-63.3782
CIE-Lab62.32750.4857-56.5049

#079cfb color RGB value is (7,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011100 11111011
Octal 7 234 373
Decimal 7 156 251
Hex 7 9C FB

RGB Percentages of Color #079cfb

%1.69
%37.68
%60.63

CMYK Percentages of Color #079cfb

%97
%38
%0
%2

Triadic Colors of #079cfb

#079cfb #fb079c #9cfb07

Analogous Colors of #079cfb

#079cfb #0722fb #07fbe0

Monochromatic Colors of #079cfb

#079cfb

Complementary Color

#079cfb #fb6607

#079cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#079cfb Color CSS Codes

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

#079cfb Text Font Color

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

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


#079cfb Background Color

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

This div background color is #079cfb


#079cfb Border Color

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

This div border color is #079cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079cfb


Comments

No comments written yet.

Please login to write comment.