Color Hex Logo

#78dd8f Color Hex

#78DD8F
(120,221,143)
0 Favorites   0 Comments

Color spaces of #78dd8f

RGB 120221143
HSL0.370.600.67
HSV134°46°87°
CMYK 0.460.000.35   0.13
XYZ38.560157.689135.0894
Yxy57.68910.29360.4392
Hunter Lab75.9533-42.297225.7762
CIE-Lab80.5656-46.087829.3721

#78dd8f color RGB value is (120,221,143).

#78dd8f hex color red value is 120, green value is 221 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #78dd8f hue: 0.37 , saturation: 0.60 and the lightness value of 78dd8f is 0.67.

The process color (four color CMYK) of #78dd8f color hex is 0.46, 0.00, 0.35, 0.13. Web safe color of #78dd8f is #66cc99. Color #78dd8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 10001111
Octal 170 335 217
Decimal 120 221 143
Hex 78 DD 8F

RGB Percentages of Color #78dd8f

%24.79
%45.66
%29.55

CMYK Percentages of Color #78dd8f

%46
%0
%35
%13

Triadic Colors of #78dd8f

#78dd8f #8f78dd #dd8f78

Analogous Colors of #78dd8f

#78dd8f #78ddc2 #94dd78

Monochromatic Colors of #78dd8f

#78dd8f

Complementary Color

#78dd8f #dd78c6

#78dd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dd8f Color CSS Codes

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

#78dd8f Text Font Color

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

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


#78dd8f Background Color

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

This div background color is #78dd8f


#78dd8f Border Color

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

This div border color is #78dd8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,221,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dd8f


Comments

No comments written yet.

Please login to write comment.