Color Hex Logo

#079dac Color Hex

#079DAC
(7,157,172)
0 Favorites   0 Comments

Color spaces of #079dac

RGB 7157172
HSL0.520.920.35
HSV185°96°67°
CMYK 0.960.090.00   0.33
XYZ19.591027.137743.2353
Yxy27.13770.21780.3017
Hunter Lab52.0939-24.0355-12.7420
CIE-Lab59.1016-28.3597-17.5164

#079dac color RGB value is (7,157,172).

#079dac hex color red value is 7, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #079dac hue: 0.52 , saturation: 0.92 and the lightness value of 079dac is 0.35.

The process color (four color CMYK) of #079dac color hex is 0.96, 0.09, 0.00, 0.33. Web safe color of #079dac is #009999. Color #079dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011101 10101100
Octal 7 235 254
Decimal 7 157 172
Hex 7 9D AC

RGB Percentages of Color #079dac

%2.08
%46.73
%51.19

CMYK Percentages of Color #079dac

%96
%9
%0
%33

Triadic Colors of #079dac

#079dac #ac079d #9dac07

Analogous Colors of #079dac

#079dac #074bac #07ac69

Monochromatic Colors of #079dac

#079dac

Complementary Color

#079dac #ac1607

#079dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#079dac Color CSS Codes

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

#079dac Text Font Color

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

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


#079dac Background Color

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

This div background color is #079dac


#079dac Border Color

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

This div border color is #079dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079dac


Comments

No comments written yet.

Please login to write comment.