Color Hex Logo

#78dcdf Color Hex

#78DCDF
(120,220,223)
0 Favorites   0 Comments

Color spaces of #78dcdf

RGB 120220223
HSL0.500.620.67
HSV182°46°87°
CMYK 0.460.010.00   0.13
XYZ46.658260.507279.0319
Yxy60.50720.25060.3250
Hunter Lab77.7864-29.0574-5.7889
CIE-Lab82.1131-28.4744-10.5792

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

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

The process color (four color CMYK) of #78dcdf color hex is 0.46, 0.01, 0.00, 0.13. Web safe color of #78dcdf is #66cccc. Color #78dcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 11011111
Octal 170 334 337
Decimal 120 220 223
Hex 78 DC DF

RGB Percentages of Color #78dcdf

%21.31
%39.08
%39.61

CMYK Percentages of Color #78dcdf

%46
%1
%0
%13

Triadic Colors of #78dcdf

#78dcdf #df78dc #dcdf78

Analogous Colors of #78dcdf

#78dcdf #78a9df #78dfaf

Monochromatic Colors of #78dcdf

#78dcdf

Complementary Color

#78dcdf #df7b78

#78dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dcdf Color CSS Codes

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

#78dcdf Text Font Color

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

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


#78dcdf Background Color

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

This div background color is #78dcdf


#78dcdf Border Color

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

This div border color is #78dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dcdf

#78dcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.