Color Hex Logo

#78cccd Color Hex

#78CCCD
(120,204,205)
0 Favorites   0 Comments

Color spaces of #78cccd

RGB 120204205
HSL0.500.460.64
HSV181°41°80°
CMYK 0.410.000.00   0.20
XYZ40.358051.586665.5877
Yxy51.58660.25620.3275
Hunter Lab71.8238-25.3920-3.8655
CIE-Lab77.0330-25.1953-8.5065

#78cccd color RGB value is (120,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11001101
Octal 170 314 315
Decimal 120 204 205
Hex 78 CC CD

RGB Percentages of Color #78cccd

%22.68
%38.56
%38.75

CMYK Percentages of Color #78cccd

%41
%0
%0
%20

Triadic Colors of #78cccd

#78cccd #cd78cc #cccd78

Analogous Colors of #78cccd

#78cccd #78a2cd #78cda4

Monochromatic Colors of #78cccd

#78cccd

Complementary Color

#78cccd #cd7978

#78cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cccd Color CSS Codes

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

#78cccd Text Font Color

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

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


#78cccd Background Color

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

This div background color is #78cccd


#78cccd Border Color

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

This div border color is #78cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cccd


Comments

No comments written yet.

Please login to write comment.