Color Hex Logo

#079580 Color Hex

#079580
(7,149,128)
0 Favorites   0 Comments

Color spaces of #079580

RGB 7149128
HSL0.480.910.31
HSV171°95°58°
CMYK 0.950.000.14   0.42
XYZ14.731423.098624.1041
Yxy23.09860.23790.3730
Hunter Lab48.0610-29.39393.9069
CIE-Lab55.1738-38.20451.7259

#079580 color RGB value is (7,149,128).

#079580 hex color red value is 7, green value is 149 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #079580 hue: 0.48 , saturation: 0.91 and the lightness value of 079580 is 0.31.

The process color (four color CMYK) of #079580 color hex is 0.95, 0.00, 0.14, 0.42. Web safe color of #079580 is #009999. Color #079580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010101 10000000
Octal 7 225 200
Decimal 7 149 128
Hex 7 95 80

RGB Percentages of Color #079580

%2.46
%52.46
%45.07

CMYK Percentages of Color #079580

%95
%0
%14
%42

Triadic Colors of #079580

#079580 #800795 #958007

Analogous Colors of #079580

#079580 #076395 #079539

Monochromatic Colors of #079580

#079580

Complementary Color

#079580 #95071c

#079580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079580 Color CSS Codes

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

#079580 Text Font Color

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

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


#079580 Background Color

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

This div background color is #079580


#079580 Border Color

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

This div border color is #079580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,149,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #079580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #079580;
  -webkit-box-shadow: 1px 1px 3px 2px #079580;
  box-shadow:         1px 1px 3px 2px #079580; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079580


Comments

No comments written yet.

Please login to write comment.