Color Hex Logo

#78edda Color Hex

#78EDDA
(120,237,218)
0 Favorites   0 Comments

Color spaces of #78edda

RGB 120237218
HSL0.470.760.70
HSV170°49°93°
CMYK 0.490.000.08   0.07
XYZ50.684869.623477.0970
Yxy69.62340.25680.3527
Hunter Lab83.4406-37.59393.6260
CIE-Lab86.8118-37.6928-0.9990

#78edda color RGB value is (120,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11011010
Octal 170 355 332
Decimal 120 237 218
Hex 78 ED DA

RGB Percentages of Color #78edda

%20.87
%41.22
%37.91

CMYK Percentages of Color #78edda

%49
%0
%8
%7

Triadic Colors of #78edda

#78edda #da78ed #edda78

Analogous Colors of #78edda

#78edda #78c6ed #78eda0

Monochromatic Colors of #78edda

#78edda

Complementary Color

#78edda #ed788b

#78edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edda Color CSS Codes

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

#78edda Text Font Color

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

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


#78edda Background Color

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

This div background color is #78edda


#78edda Border Color

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

This div border color is #78edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edda


Comments

No comments written yet.

Please login to write comment.