Color Hex Logo

#78dccc Color Hex

#78DCCC
(120,220,204)
0 Favorites   0 Comments

Color spaces of #78dccc

RGB 120220204
HSL0.470.590.67
HSV170°45°86°
CMYK 0.450.000.07   0.14
XYZ44.238059.539166.2873
Yxy59.53910.26010.3501
Hunter Lab77.1616-32.69583.0788
CIE-Lab81.5870-33.1480-1.2532

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 11001100
Octal 170 334 314
Decimal 120 220 204
Hex 78 DC CC

RGB Percentages of Color #78dccc

%22.06
%40.44
%37.50

CMYK Percentages of Color #78dccc

%45
%0
%7
%14

Triadic Colors of #78dccc

#78dccc #cc78dc #dccc78

Analogous Colors of #78dccc

#78dccc #78badc #78dc9a

Monochromatic Colors of #78dccc

#78dccc

Complementary Color

#78dccc #dc7888

#78dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dccc Color CSS Codes

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

#78dccc Text Font Color

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

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


#78dccc Background Color

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

This div background color is #78dccc


#78dccc Border Color

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

This div border color is #78dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dccc


Comments

No comments written yet.

Please login to write comment.