Color Hex Logo

#78fedc Color Hex

#78FEDC
(120,254,220)
0 Favorites   0 Comments

Color spaces of #78fedc

RGB 120254220
HSL0.460.990.73
HSV165°53°100°
CMYK 0.530.000.13   0.00
XYZ56.105880.044080.2031
Yxy80.04400.25930.3700
Hunter Lab89.4673-44.62889.4765
CIE-Lab91.7046-44.81375.0743

#78fedc color RGB value is (120,254,220).

#78fedc hex color red value is 120, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #78fedc hue: 0.46 , saturation: 0.99 and the lightness value of 78fedc is 0.73.

The process color (four color CMYK) of #78fedc color hex is 0.53, 0.00, 0.13, 0.00. Web safe color of #78fedc is #66ffcc. Color #78fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 11011100
Octal 170 376 334
Decimal 120 254 220
Hex 78 FE DC

RGB Percentages of Color #78fedc

%20.20
%42.76
%37.04

CMYK Percentages of Color #78fedc

%53
%0
%13
%0

Triadic Colors of #78fedc

#78fedc #dc78fe #fedc78

Analogous Colors of #78fedc

#78fedc #78ddfe #78fe99

Monochromatic Colors of #78fedc

#78fedc

Complementary Color

#78fedc #fe789a

#78fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fedc Color CSS Codes

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

#78fedc Text Font Color

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

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


#78fedc Background Color

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

This div background color is #78fedc


#78fedc Border Color

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

This div border color is #78fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.