Color Hex Logo

#78c6cd Color Hex

#78C6CD
(120,198,205)
0 Favorites   0 Comments

Color spaces of #78c6cd

RGB 120198205
HSL0.510.460.64
HSV185°41°80°
CMYK 0.410.030.00   0.20
XYZ38.959348.789065.1215
Yxy48.78900.25490.3192
Hunter Lab69.8491-22.6752-6.3827
CIE-Lab75.3199-22.2039-11.0590

#78c6cd color RGB value is (120,198,205).

#78c6cd hex color red value is 120, green value is 198 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #78c6cd hue: 0.51 , saturation: 0.46 and the lightness value of 78c6cd is 0.64.

The process color (four color CMYK) of #78c6cd color hex is 0.41, 0.03, 0.00, 0.20. Web safe color of #78c6cd is #66cccc. Color #78c6cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11000110 11001101
Octal 170 306 315
Decimal 120 198 205
Hex 78 C6 CD

RGB Percentages of Color #78c6cd

%22.94
%37.86
%39.20

CMYK Percentages of Color #78c6cd

%41
%3
%0
%20

Triadic Colors of #78c6cd

#78c6cd #cd78c6 #c6cd78

Analogous Colors of #78c6cd

#78c6cd #789ccd #78cdaa

Monochromatic Colors of #78c6cd

#78c6cd

Complementary Color

#78c6cd #cd7f78

#78c6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78c6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78c6cd Color CSS Codes

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

#78c6cd Text Font Color

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

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


#78c6cd Background Color

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

This div background color is #78c6cd


#78c6cd Border Color

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

This div border color is #78c6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78c6cd


Comments

No comments written yet.

Please login to write comment.