Color Hex Logo

#078263 Color Hex

#078263
(7,130,99)
0 Favorites   0 Comments

Color spaces of #078263

RGB 713099
HSL0.460.900.27
HSV165°95°51°
CMYK 0.950.000.24   0.49
XYZ10.322416.911314.5245
Yxy16.91130.24720.4050
Hunter Lab41.1234-27.16057.8455
CIE-Lab48.1481-37.94788.4097

#078263 color RGB value is (7,130,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 01100011
Octal 7 202 143
Decimal 7 130 99
Hex 7 82 63

RGB Percentages of Color #078263

%2.97
%55.08
%41.95

CMYK Percentages of Color #078263

%95
%0
%24
%49

Triadic Colors of #078263

#078263 #630782 #826307

Analogous Colors of #078263

#078263 #076382 #078226

Monochromatic Colors of #078263

#078263

Complementary Color

#078263 #820726

#078263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078263 Color CSS Codes

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

#078263 Text Font Color

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

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


#078263 Background Color

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

This div background color is #078263


#078263 Border Color

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

This div border color is #078263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078263


Comments

No comments written yet.

Please login to write comment.