Color Hex Logo

#079cad Color Hex

#079CAD
(7,156,173)
0 Favorites   0 Comments

Color spaces of #079cad

RGB 7156173
HSL0.520.920.35
HSV186°96°68°
CMYK 0.960.100.00   0.32
XYZ19.518926.839243.6869
Yxy26.83920.21680.2981
Hunter Lab51.8066-23.4089-13.7329
CIE-Lab58.8252-27.5312-18.5029

#079cad color RGB value is (7,156,173).

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

The process color (four color CMYK) of #079cad color hex is 0.96, 0.10, 0.00, 0.32. Web safe color of #079cad is #009999. Color #079cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10011100 10101101
Octal 7 234 255
Decimal 7 156 173
Hex 7 9C AD

RGB Percentages of Color #079cad

%2.08
%46.43
%51.49

CMYK Percentages of Color #079cad

%96
%10
%0
%32

Triadic Colors of #079cad

#079cad #ad079c #9cad07

Analogous Colors of #079cad

#079cad #0749ad #07ad6b

Monochromatic Colors of #079cad

#079cad

Complementary Color

#079cad #ad1807

#079cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#079cad Color CSS Codes

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

#079cad Text Font Color

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

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


#079cad Background Color

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

This div background color is #079cad


#079cad Border Color

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

This div border color is #079cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079cad


Comments

No comments written yet.

Please login to write comment.