Color Hex Logo

#78da14 Color Hex

#78DA14
(120,218,20)
0 Favorites   0 Comments

Color spaces of #78da14

RGB 12021820
HSL0.250.830.47
HSV90°91°85°
CMYK 0.450.000.91   0.15
XYZ32.943454.18649.3845
Yxy54.18640.34130.5614
Hunter Lab73.6114-48.935743.9693
CIE-Lab78.5703-56.410074.7076

#78da14 color RGB value is (120,218,20).

#78da14 hex color red value is 120, green value is 218 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #78da14 hue: 0.25 , saturation: 0.83 and the lightness value of 78da14 is 0.47.

The process color (four color CMYK) of #78da14 color hex is 0.45, 0.00, 0.91, 0.15. Web safe color of #78da14 is #66cc00. Color #78da14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011010 00010100
Octal 170 332 24
Decimal 120 218 20
Hex 78 DA 14

RGB Percentages of Color #78da14

%33.52
%60.89
%5.59

CMYK Percentages of Color #78da14

%45
%0
%91
%15

Triadic Colors of #78da14

#78da14 #1478da #da1478

Analogous Colors of #78da14

#78da14 #15da14 #dad914

Monochromatic Colors of #78da14

#78da14

Complementary Color

#78da14 #7614da

#78da14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78da14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78da14 Color CSS Codes

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

#78da14 Text Font Color

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

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


#78da14 Background Color

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

This div background color is #78da14


#78da14 Border Color

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

This div border color is #78da14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,218,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78da14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78da14;
  -webkit-box-shadow: 1px 1px 3px 2px #78da14;
  box-shadow:         1px 1px 3px 2px #78da14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,218,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 #78da14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78da14


Comments

No comments written yet.

Please login to write comment.