Color Hex Logo

#078265 Color Hex

#078265
(7,130,101)
0 Favorites   0 Comments

Color spaces of #078265

RGB 7130101
HSL0.460.900.27
HSV166°95°51°
CMYK 0.950.000.22   0.49
XYZ10.419216.950015.0345
Yxy16.95000.24570.3997
Hunter Lab41.1704-26.87427.1679
CIE-Lab48.1970-37.41527.3116

#078265 color RGB value is (7,130,101).

#078265 hex color red value is 7, green value is 130 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #078265 hue: 0.46 , saturation: 0.90 and the lightness value of 078265 is 0.27.

The process color (four color CMYK) of #078265 color hex is 0.95, 0.00, 0.22, 0.49. Web safe color of #078265 is #009966. Color #078265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 01100101
Octal 7 202 145
Decimal 7 130 101
Hex 7 82 65

RGB Percentages of Color #078265

%2.94
%54.62
%42.44

CMYK Percentages of Color #078265

%95
%0
%22
%49

Triadic Colors of #078265

#078265 #650782 #826507

Analogous Colors of #078265

#078265 #076182 #078228

Monochromatic Colors of #078265

#078265

Complementary Color

#078265 #820724

#078265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078265 Color CSS Codes

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

#078265 Text Font Color

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

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


#078265 Background Color

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

This div background color is #078265


#078265 Border Color

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

This div border color is #078265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078265


Comments

No comments written yet.

Please login to write comment.