Color Hex Logo

#78cacc Color Hex

#78CACC
(120,202,204)
0 Favorites   0 Comments

Color spaces of #78cacc

RGB 120202204
HSL0.500.450.64
HSV181°41°80°
CMYK 0.410.010.00   0.20
XYZ39.765350.593864.7965
Yxy50.59380.25630.3261
Hunter Lab71.1293-24.6847-4.2207
CIE-Lab76.4323-24.4550-8.8602

#78cacc color RGB value is (120,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001010 11001100
Octal 170 312 314
Decimal 120 202 204
Hex 78 CA CC

RGB Percentages of Color #78cacc

%22.81
%38.40
%38.78

CMYK Percentages of Color #78cacc

%41
%1
%0
%20

Triadic Colors of #78cacc

#78cacc #cc78ca #cacc78

Analogous Colors of #78cacc

#78cacc #78a0cc #78cca4

Monochromatic Colors of #78cacc

#78cacc

Complementary Color

#78cacc #cc7a78

#78cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cacc Color CSS Codes

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

#78cacc Text Font Color

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

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


#78cacc Background Color

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

This div background color is #78cacc


#78cacc Border Color

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

This div border color is #78cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cacc


Comments

No comments written yet.

Please login to write comment.