Color Hex Logo

#079fbd Color Hex

#079FBD
(7,159,189)
0 Favorites   0 Comments

Color spaces of #079fbd

RGB 7159189
HSL0.530.930.38
HSV190°96°74°
CMYK 0.960.160.00   0.26
XYZ21.671128.515652.5060
Yxy28.51560.21100.2777
Hunter Lab53.4000-21.0101-20.9174
CIE-Lab60.3517-23.6447-25.1953

#079fbd color RGB value is (7,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011111 10111101
Octal 7 237 275
Decimal 7 159 189
Hex 7 9F BD

RGB Percentages of Color #079fbd

%1.97
%44.79
%53.24

CMYK Percentages of Color #079fbd

%96
%16
%0
%26

Triadic Colors of #079fbd

#079fbd #bd079f #9fbd07

Analogous Colors of #079fbd

#079fbd #0744bd #07bd80

Monochromatic Colors of #079fbd

#079fbd

Complementary Color

#079fbd #bd2507

#079fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#079fbd Color CSS Codes

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

#079fbd Text Font Color

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

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


#079fbd Background Color

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

This div background color is #079fbd


#079fbd Border Color

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

This div border color is #079fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079fbd


Comments

No comments written yet.

Please login to write comment.