Color Hex Logo

#078262 Color Hex

#078262
(7,130,98)
0 Favorites   0 Comments

Color spaces of #078262

RGB 713098
HSL0.460.900.27
HSV164°95°51°
CMYK 0.950.000.25   0.49
XYZ10.274916.892314.2743
Yxy16.89230.24790.4076
Hunter Lab41.1002-27.30118.1785
CIE-Lab48.1240-38.21078.9584

#078262 color RGB value is (7,130,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 01100010
Octal 7 202 142
Decimal 7 130 98
Hex 7 82 62

RGB Percentages of Color #078262

%2.98
%55.32
%41.70

CMYK Percentages of Color #078262

%95
%0
%25
%49

Triadic Colors of #078262

#078262 #620782 #826207

Analogous Colors of #078262

#078262 #076582 #078225

Monochromatic Colors of #078262

#078262

Complementary Color

#078262 #820727

#078262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078262 Color CSS Codes

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

#078262 Text Font Color

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

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


#078262 Background Color

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

This div background color is #078262


#078262 Border Color

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

This div border color is #078262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078262


Comments

No comments written yet.

Please login to write comment.