Color Hex Logo

#0794ea Color Hex

#0794EA
(7,148,234)
0 Favorites   0 Comments

Color spaces of #0794ea

RGB 7148234
HSL0.560.940.47
HSV203°97°92°
CMYK 0.970.370.00   0.08
XYZ25.528827.165581.7399
Yxy27.16550.18990.2021
Hunter Lab52.1205-3.7811-56.4993
CIE-Lab59.1272-1.2219-52.2400

#0794ea color RGB value is (7,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010100 11101010
Octal 7 224 352
Decimal 7 148 234
Hex 7 94 EA

RGB Percentages of Color #0794ea

%1.80
%38.05
%60.15

CMYK Percentages of Color #0794ea

%97
%37
%0
%8

Triadic Colors of #0794ea

#0794ea #ea0794 #94ea07

Analogous Colors of #0794ea

#0794ea #0722ea #07eacf

Monochromatic Colors of #0794ea

#0794ea

Complementary Color

#0794ea #ea5d07

#0794ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0794ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0794ea Color CSS Codes

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

#0794ea Text Font Color

<p style="color:#0794ea">Text here</p>

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


#0794ea Background Color

<div style="background-color:#0794ea">
Div content here</div>

This div background color is #0794ea


#0794ea Border Color

<div style="border:3px solid #0794ea">
Div here</div>

This div border color is #0794ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0794ea


Comments

No comments written yet.

Please login to write comment.