Color Hex Logo

#079aff Color Hex

#079AFF
(7,154,255)
0 Favorites   0 Comments

Color spaces of #079aff

RGB 7154255
HSL0.571.000.51
HSV204°97°100°
CMYK 0.970.400.00   0.00
XYZ29.693230.376498.9060
Yxy30.37640.18680.1911
Hunter Lab55.1148-0.2837-67.8183
CIE-Lab61.97763.1575-59.2504

#079aff color RGB value is (7,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011010 11111111
Octal 7 232 377
Decimal 7 154 255
Hex 7 9A FF

RGB Percentages of Color #079aff

%1.68
%37.02
%61.30

CMYK Percentages of Color #079aff

%97
%40
%0
%0

Triadic Colors of #079aff

#079aff #ff079a #9aff07

Analogous Colors of #079aff

#079aff #071eff #07ffe8

Monochromatic Colors of #079aff

#079aff

Complementary Color

#079aff #ff6c07

#079aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#079aff Color CSS Codes

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

#079aff Text Font Color

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

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


#079aff Background Color

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

This div background color is #079aff


#079aff Border Color

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

This div border color is #079aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,154,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 #079aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079aff

Related Colors


Comments

No comments written yet.

Please login to write comment.