Color Hex Logo

#78fcda Color Hex

#78FCDA
(120,252,218)
0 Favorites   0 Comments

Color spaces of #78fcda

RGB 120252218
HSL0.460.960.73
HSV165°52°99°
CMYK 0.520.000.13   0.01
XYZ55.211078.675878.6057
Yxy78.67580.25980.3703
Hunter Lab88.6994-44.11649.5466
CIE-Lab91.0874-44.39515.2174

#78fcda color RGB value is (120,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 11011010
Octal 170 374 332
Decimal 120 252 218
Hex 78 FC DA

RGB Percentages of Color #78fcda

%20.34
%42.71
%36.95

CMYK Percentages of Color #78fcda

%52
%0
%13
%1

Triadic Colors of #78fcda

#78fcda #da78fc #fcda78

Analogous Colors of #78fcda

#78fcda #78dcfc #78fc98

Monochromatic Colors of #78fcda

#78fcda

Complementary Color

#78fcda #fc789a

#78fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fcda Color CSS Codes

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

#78fcda Text Font Color

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

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


#78fcda Background Color

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

This div background color is #78fcda


#78fcda Border Color

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

This div border color is #78fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fcda


Comments

No comments written yet.

Please login to write comment.