Color Hex Logo

#078214 Color Hex

#078214
(7,130,20)
0 Favorites   0 Comments

Color spaces of #078214

RGB 713020
HSL0.350.900.27
HSV126°95°51°
CMYK 0.950.000.85   0.49
XYZ8.196516.06093.3299
Yxy16.06090.29710.5822
Hunter Lab40.0761-33.625623.1269
CIE-Lab47.0543-50.883546.1701

#078214 color RGB value is (7,130,20).

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

The process color (four color CMYK) of #078214 color hex is 0.95, 0.00, 0.85, 0.49. Web safe color of #078214 is #009900. Color #078214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 00010100
Octal 7 202 24
Decimal 7 130 20
Hex 7 82 14

RGB Percentages of Color #078214

%4.46
%82.80
%12.74

CMYK Percentages of Color #078214

%95
%0
%85
%49

Triadic Colors of #078214

#078214 #140782 #821407

Analogous Colors of #078214

#078214 #078252 #388207

Monochromatic Colors of #078214

#078214

Complementary Color

#078214 #820775

#078214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078214 Color CSS Codes

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

#078214 Text Font Color

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

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


#078214 Background Color

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

This div background color is #078214


#078214 Border Color

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

This div border color is #078214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078214


Comments

No comments written yet.

Please login to write comment.