Color Hex Logo

#079eea Color Hex

#079EEA
(7,158,234)
0 Favorites   0 Comments

Color spaces of #079eea

RGB 7158234
HSL0.560.940.47
HSV200°97°92°
CMYK 0.970.320.00   0.08
XYZ27.165830.439482.2855
Yxy30.43940.19420.2176
Hunter Lab55.1719-8.6602-49.8070
CIE-Lab62.0315-6.9874-47.6361

#079eea color RGB value is (7,158,234).

#079eea hex color red value is 7, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #079eea hue: 0.56 , saturation: 0.94 and the lightness value of 079eea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011110 11101010
Octal 7 236 352
Decimal 7 158 234
Hex 7 9E EA

RGB Percentages of Color #079eea

%1.75
%39.60
%58.65

CMYK Percentages of Color #079eea

%97
%32
%0
%8

Triadic Colors of #079eea

#079eea #ea079e #9eea07

Analogous Colors of #079eea

#079eea #072dea #07eac5

Monochromatic Colors of #079eea

#079eea

Complementary Color

#079eea #ea5307

#079eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#079eea Color CSS Codes

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

#079eea Text Font Color

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

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


#079eea Background Color

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

This div background color is #079eea


#079eea Border Color

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

This div border color is #079eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079eea


Comments

No comments written yet.

Please login to write comment.