Color Hex Logo

#78ccdd Color Hex

#78CCDD
(120,204,221)
0 Favorites   0 Comments

Color spaces of #78ccdd

RGB 120204221
HSL0.530.600.67
HSV190°46°87°
CMYK 0.460.080.00   0.13
XYZ42.389752.399376.2865
Yxy52.39930.24780.3063
Hunter Lab72.3874-22.1491-11.8125
CIE-Lab77.5190-21.0868-16.3943

#78ccdd color RGB value is (120,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11011101
Octal 170 314 335
Decimal 120 204 221
Hex 78 CC DD

RGB Percentages of Color #78ccdd

%22.02
%37.43
%40.55

CMYK Percentages of Color #78ccdd

%46
%8
%0
%13

Triadic Colors of #78ccdd

#78ccdd #dd78cc #ccdd78

Analogous Colors of #78ccdd

#78ccdd #789add #78ddbc

Monochromatic Colors of #78ccdd

#78ccdd

Complementary Color

#78ccdd #dd8978

#78ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ccdd Color CSS Codes

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

#78ccdd Text Font Color

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

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


#78ccdd Background Color

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

This div background color is #78ccdd


#78ccdd Border Color

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

This div border color is #78ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ccdd


Comments

No comments written yet.

Please login to write comment.