Color Hex Logo

#78dcdc Color Hex

#78DCDC
(120,220,220)
0 Favorites   0 Comments

Color spaces of #78dcdc

RGB 120220220
HSL0.500.590.67
HSV180°45°86°
CMYK 0.450.000.00   0.14
XYZ46.257260.346876.9202
Yxy60.34680.25200.3288
Hunter Lab77.6832-29.6561-4.3294
CIE-Lab82.0263-29.2336-9.1135

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

#78dcdc hex color red value is 120, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #78dcdc hue: 0.50 , saturation: 0.59 and the lightness value of 78dcdc is 0.67.

The process color (four color CMYK) of #78dcdc color hex is 0.45, 0.00, 0.00, 0.14. Web safe color of #78dcdc is #66cccc. Color #78dcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 11011100
Octal 170 334 334
Decimal 120 220 220
Hex 78 DC DC

RGB Percentages of Color #78dcdc

%21.43
%39.29
%39.29

CMYK Percentages of Color #78dcdc

%45
%0
%0
%14

Triadic Colors of #78dcdc

#78dcdc #dc78dc #dcdc78

Analogous Colors of #78dcdc

#78dcdc #78aadc #78dcaa

Monochromatic Colors of #78dcdc

#78dcdc

Complementary Color

#78dcdc #dc7878

#78dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dcdc Color CSS Codes

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

#78dcdc Text Font Color

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

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


#78dcdc Background Color

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

This div background color is #78dcdc


#78dcdc Border Color

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

This div border color is #78dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dcdc


Comments

No comments written yet.

Please login to write comment.