Color Hex Logo

#079ebb Color Hex

#079EBB
(7,158,187)
0 Favorites   0 Comments

Color spaces of #079ebb

RGB 7158187
HSL0.530.930.38
HSV190°96°73°
CMYK 0.960.160.00   0.27
XYZ21.284128.086751.3132
Yxy28.08670.21140.2790
Hunter Lab52.9969-21.0571-20.3086
CIE-Lab59.9670-23.8156-24.6619

#079ebb color RGB value is (7,158,187).

#079ebb hex color red value is 7, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #079ebb hue: 0.53 , saturation: 0.93 and the lightness value of 079ebb is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011110 10111011
Octal 7 236 273
Decimal 7 158 187
Hex 7 9E BB

RGB Percentages of Color #079ebb

%1.99
%44.89
%53.13

CMYK Percentages of Color #079ebb

%96
%16
%0
%27

Triadic Colors of #079ebb

#079ebb #bb079e #9ebb07

Analogous Colors of #079ebb

#079ebb #0744bb #07bb7e

Monochromatic Colors of #079ebb

#079ebb

Complementary Color

#079ebb #bb2407

#079ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#079ebb Color CSS Codes

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

#079ebb Text Font Color

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

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


#079ebb Background Color

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

This div background color is #079ebb


#079ebb Border Color

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

This div border color is #079ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079ebb


Comments

No comments written yet.

Please login to write comment.