Color Hex Logo

#78ccdf Color Hex

#78CCDF
(120,204,223)
0 Favorites   0 Comments

Color spaces of #78ccdf

RGB 120204223
HSL0.530.620.67
HSV191°46°87°
CMYK 0.460.090.00   0.13
XYZ42.657952.506577.6985
Yxy52.50650.24680.3037
Hunter Lab72.4614-21.7247-12.8522
CIE-Lab77.5827-20.5576-17.3736

#78ccdf color RGB value is (120,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11011111
Octal 170 314 337
Decimal 120 204 223
Hex 78 CC DF

RGB Percentages of Color #78ccdf

%21.94
%37.29
%40.77

CMYK Percentages of Color #78ccdf

%46
%9
%0
%13

Triadic Colors of #78ccdf

#78ccdf #df78cc #ccdf78

Analogous Colors of #78ccdf

#78ccdf #7899df #78dfbf

Monochromatic Colors of #78ccdf

#78ccdf

Complementary Color

#78ccdf #df8b78

#78ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ccdf Color CSS Codes

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

#78ccdf Text Font Color

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

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


#78ccdf Background Color

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

This div background color is #78ccdf


#78ccdf Border Color

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

This div border color is #78ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ccdf


Comments

No comments written yet.

Please login to write comment.