Color Hex Logo

#78eddc Color Hex

#78EDDC
(120,237,220)
0 Favorites   0 Comments

Color spaces of #78eddc

RGB 120237220
HSL0.480.760.70
HSV171°49°93°
CMYK 0.490.000.07   0.07
XYZ50.948269.728878.4839
Yxy69.72880.25580.3501
Hunter Lab83.5038-37.22332.7269
CIE-Lab86.8637-37.2151-1.9722

#78eddc color RGB value is (120,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11011100
Octal 170 355 334
Decimal 120 237 220
Hex 78 ED DC

RGB Percentages of Color #78eddc

%20.80
%41.07
%38.13

CMYK Percentages of Color #78eddc

%49
%0
%7
%7

Triadic Colors of #78eddc

#78eddc #dc78ed #eddc78

Analogous Colors of #78eddc

#78eddc #78c4ed #78eda2

Monochromatic Colors of #78eddc

#78eddc

Complementary Color

#78eddc #ed7889

#78eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eddc Color CSS Codes

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

#78eddc Text Font Color

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

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


#78eddc Background Color

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

This div background color is #78eddc


#78eddc Border Color

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

This div border color is #78eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eddc


Comments

No comments written yet.

Please login to write comment.