Color Hex Logo

#78d8dc Color Hex

#78D8DC
(120,216,220)
0 Favorites   0 Comments

Color spaces of #78d8dc

RGB 120216220
HSL0.510.590.67
HSV182°45°86°
CMYK 0.450.020.00   0.14
XYZ45.219958.272176.5745
Yxy58.27210.25110.3236
Hunter Lab76.3362-27.8487-6.0398
CIE-Lab80.8898-27.2970-10.8057

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011000 11011100
Octal 170 330 334
Decimal 120 216 220
Hex 78 D8 DC

RGB Percentages of Color #78d8dc

%21.58
%38.85
%39.57

CMYK Percentages of Color #78d8dc

%45
%2
%0
%14

Triadic Colors of #78d8dc

#78d8dc #dc78d8 #d8dc78

Analogous Colors of #78d8dc

#78d8dc #78a6dc #78dcae

Monochromatic Colors of #78d8dc

#78d8dc

Complementary Color

#78d8dc #dc7c78

#78d8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78d8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78d8dc Color CSS Codes

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

#78d8dc Text Font Color

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

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


#78d8dc Background Color

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

This div background color is #78d8dc


#78d8dc Border Color

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

This div border color is #78d8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78d8dc


Comments

No comments written yet.

Please login to write comment.