Color Hex Logo

#079684 Color Hex

#079684
(7,150,132)
0 Favorites   0 Comments

Color spaces of #079684

RGB 7150132
HSL0.480.910.31
HSV172°95°59°
CMYK 0.950.000.12   0.41
XYZ15.158823.523825.5714
Yxy23.52380.23590.3661
Hunter Lab48.5013-29.08832.6914
CIE-Lab55.6078-37.50280.0676

#079684 color RGB value is (7,150,132).

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

The process color (four color CMYK) of #079684 color hex is 0.95, 0.00, 0.12, 0.41. Web safe color of #079684 is #009999. Color #079684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010110 10000100
Octal 7 226 204
Decimal 7 150 132
Hex 7 96 84

RGB Percentages of Color #079684

%2.42
%51.90
%45.67

CMYK Percentages of Color #079684

%95
%0
%12
%41

Triadic Colors of #079684

#079684 #840796 #968407

Analogous Colors of #079684

#079684 #076196 #07963d

Monochromatic Colors of #079684

#079684

Complementary Color

#079684 #960719

#079684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#079684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#079684 Color CSS Codes

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

#079684 Text Font Color

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

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


#079684 Background Color

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

This div background color is #079684


#079684 Border Color

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

This div border color is #079684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #079684


Comments

No comments written yet.

Please login to write comment.