Color Hex Logo

#78eda4 Color Hex

#78EDA4
(120,237,164)
0 Favorites   0 Comments

Color spaces of #78eda4

RGB 120237164
HSL0.400.760.70
HSV143°49°93°
CMYK 0.490.000.31   0.07
XYZ44.730867.241845.7434
Yxy67.24180.28360.4263
Hunter Lab82.0011-46.131924.3265
CIE-Lab85.6259-49.123525.4259

#78eda4 color RGB value is (120,237,164).

#78eda4 hex color red value is 120, green value is 237 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #78eda4 hue: 0.40 , saturation: 0.76 and the lightness value of 78eda4 is 0.70.

The process color (four color CMYK) of #78eda4 color hex is 0.49, 0.00, 0.31, 0.07. Web safe color of #78eda4 is #66ff99. Color #78eda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 10100100
Octal 170 355 244
Decimal 120 237 164
Hex 78 ED A4

RGB Percentages of Color #78eda4

%23.03
%45.49
%31.48

CMYK Percentages of Color #78eda4

%49
%0
%31
%7

Triadic Colors of #78eda4

#78eda4 #a478ed #eda478

Analogous Colors of #78eda4

#78eda4 #78eddf #87ed78

Monochromatic Colors of #78eda4

#78eda4

Complementary Color

#78eda4 #ed78c1

#78eda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eda4 Color CSS Codes

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

#78eda4 Text Font Color

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

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


#78eda4 Background Color

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

This div background color is #78eda4


#78eda4 Border Color

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

This div border color is #78eda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eda4


Comments

No comments written yet.

Please login to write comment.