Color Hex Logo

#078abe Color Hex

#078ABE
(7,138,190)
0 Favorites   0 Comments

Color spaces of #078abe

RGB 7138190
HSL0.550.930.39
HSV197°96°75°
CMYK 0.960.270.00   0.25
XYZ18.470421.939851.9765
Yxy21.93980.19990.2375
Hunter Lab46.8399-11.5820-33.0039
CIE-Lab53.9631-11.9534-35.6812

#078abe color RGB value is (7,138,190).

#078abe hex color red value is 7, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #078abe hue: 0.55 , saturation: 0.93 and the lightness value of 078abe is 0.39.

The process color (four color CMYK) of #078abe color hex is 0.96, 0.27, 0.00, 0.25. Web safe color of #078abe is #0099cc. Color #078abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001010 10111110
Octal 7 212 276
Decimal 7 138 190
Hex 7 8A BE

RGB Percentages of Color #078abe

%2.09
%41.19
%56.72

CMYK Percentages of Color #078abe

%96
%27
%0
%25

Triadic Colors of #078abe

#078abe #be078a #8abe07

Analogous Colors of #078abe

#078abe #072fbe #07be97

Monochromatic Colors of #078abe

#078abe

Complementary Color

#078abe #be3b07

#078abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#078abe Color CSS Codes

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

#078abe Text Font Color

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

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


#078abe Background Color

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

This div background color is #078abe


#078abe Border Color

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

This div border color is #078abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078abe


Comments

No comments written yet.

Please login to write comment.