Color Hex Logo

#078eec Color Hex

#078EEC
(7,142,236)
0 Favorites   0 Comments

Color spaces of #078eec

RGB 7142236
HSL0.570.940.48
HSV205°97°93°
CMYK 0.970.400.00   0.07
XYZ24.900925.447382.9563
Yxy25.44730.18680.1909
Hunter Lab50.4453-0.1678-62.1895
CIE-Lab57.50873.0876-55.9278

#078eec color RGB value is (7,142,236).

#078eec hex color red value is 7, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #078eec hue: 0.57 , saturation: 0.94 and the lightness value of 078eec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001110 11101100
Octal 7 216 354
Decimal 7 142 236
Hex 7 8E EC

RGB Percentages of Color #078eec

%1.82
%36.88
%61.30

CMYK Percentages of Color #078eec

%97
%40
%0
%7

Triadic Colors of #078eec

#078eec #ec078e #8eec07

Analogous Colors of #078eec

#078eec #071cec #07ecd8

Monochromatic Colors of #078eec

#078eec

Complementary Color

#078eec #ec6507

#078eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#078eec Color CSS Codes

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

#078eec Text Font Color

<p style="color:#078eec">Text here</p>

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


#078eec Background Color

<div style="background-color:#078eec">
Div content here</div>

This div background color is #078eec


#078eec Border Color

<div style="border:3px solid #078eec">
Div here</div>

This div border color is #078eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078eec;
  -webkit-box-shadow: 1px 1px 3px 2px #078eec;
  box-shadow:         1px 1px 3px 2px #078eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078eec


Comments

No comments written yet.

Please login to write comment.