Color Hex Logo

#78fddc Color Hex

#78FDDC
(120,253,220)
0 Favorites   0 Comments

Color spaces of #78fddc

RGB 120253220
HSL0.460.970.73
HSV165°53°99°
CMYK 0.530.000.13   0.01
XYZ55.789379.410980.0976
Yxy79.41090.25910.3688
Hunter Lab89.1128-44.19709.0871
CIE-Lab91.4199-44.37664.6627

#78fddc color RGB value is (120,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111101 11011100
Octal 170 375 334
Decimal 120 253 220
Hex 78 FD DC

RGB Percentages of Color #78fddc

%20.24
%42.66
%37.10

CMYK Percentages of Color #78fddc

%53
%0
%13
%1

Triadic Colors of #78fddc

#78fddc #dc78fd #fddc78

Analogous Colors of #78fddc

#78fddc #78dcfd #78fd9a

Monochromatic Colors of #78fddc

#78fddc

Complementary Color

#78fddc #fd7899

#78fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fddc Color CSS Codes

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

#78fddc Text Font Color

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

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


#78fddc Background Color

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

This div background color is #78fddc


#78fddc Border Color

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

This div border color is #78fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fddc


Comments

No comments written yet.

Please login to write comment.