Color Hex Logo

#079cbb Color Hex

#079CBB
(7,156,187)
0 Favorites   0 Comments

Color spaces of #079cbb

RGB 7156187
HSL0.530.930.38
HSV190°96°73°
CMYK 0.960.170.00   0.27
XYZ20.945727.410051.2004
Yxy27.41000.21040.2753
Hunter Lab52.3546-20.2073-21.3348
CIE-Lab59.3519-22.7822-25.6082

#079cbb color RGB value is (7,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011100 10111011
Octal 7 234 273
Decimal 7 156 187
Hex 7 9C BB

RGB Percentages of Color #079cbb

%2.00
%44.57
%53.43

CMYK Percentages of Color #079cbb

%96
%17
%0
%27

Triadic Colors of #079cbb

#079cbb #bb079c #9cbb07

Analogous Colors of #079cbb

#079cbb #0742bb #07bb80

Monochromatic Colors of #079cbb

#079cbb

Complementary Color

#079cbb #bb2607

#079cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#079cbb Color CSS Codes

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

#079cbb Text Font Color

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

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


#079cbb Background Color

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

This div background color is #079cbb


#079cbb Border Color

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

This div border color is #079cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079cbb


Comments

No comments written yet.

Please login to write comment.