Color Hex Logo

#78dacc Color Hex

#78DACC
(120,218,204)
0 Favorites   0 Comments

Color spaces of #78dacc

RGB 120218204
HSL0.480.570.66
HSV171°45°85°
CMYK 0.450.000.06   0.15
XYZ43.716258.495566.1134
Yxy58.49550.25970.3475
Hunter Lab76.4824-31.81612.2858
CIE-Lab81.0135-32.2054-2.0936

#78dacc color RGB value is (120,218,204).

#78dacc hex color red value is 120, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #78dacc hue: 0.48 , saturation: 0.57 and the lightness value of 78dacc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011010 11001100
Octal 170 332 314
Decimal 120 218 204
Hex 78 DA CC

RGB Percentages of Color #78dacc

%22.14
%40.22
%37.64

CMYK Percentages of Color #78dacc

%45
%0
%6
%15

Triadic Colors of #78dacc

#78dacc #cc78da #dacc78

Analogous Colors of #78dacc

#78dacc #78b7da #78da9b

Monochromatic Colors of #78dacc

#78dacc

Complementary Color

#78dacc #da7886

#78dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dacc Color CSS Codes

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

#78dacc Text Font Color

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

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


#78dacc Background Color

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

This div background color is #78dacc


#78dacc Border Color

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

This div border color is #78dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dacc


Comments

No comments written yet.

Please login to write comment.