Color Hex Logo

#079485 Color Hex

#079485
(7,148,133)
0 Favorites   0 Comments

Color spaces of #079485

RGB 7148133
HSL0.480.910.30
HSV174°95°58°
CMYK 0.950.000.10   0.42
XYZ14.911222.918425.8281
Yxy22.91840.23420.3600
Hunter Lab47.8732-28.18011.5236
CIE-Lab54.9882-36.3164-1.4123

#079485 color RGB value is (7,148,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010100 10000101
Octal 7 224 205
Decimal 7 148 133
Hex 7 94 85

RGB Percentages of Color #079485

%2.43
%51.39
%46.18

CMYK Percentages of Color #079485

%95
%0
%10
%42

Triadic Colors of #079485

#079485 #850794 #948507

Analogous Colors of #079485

#079485 #075d94 #07943f

Monochromatic Colors of #079485

#079485

Complementary Color

#079485 #940716

#079485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079485 Color CSS Codes

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

#079485 Text Font Color

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

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


#079485 Background Color

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

This div background color is #079485


#079485 Border Color

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

This div border color is #079485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079485


Comments

No comments written yet.

Please login to write comment.