Color Hex Logo

#78cccf Color Hex

#78CCCF
(120,204,207)
0 Favorites   0 Comments

Color spaces of #78cccf

RGB 120204207
HSL0.510.480.64
HSV182°42°81°
CMYK 0.420.010.00   0.19
XYZ40.601151.683866.8676
Yxy51.68380.25510.3247
Hunter Lab71.8914-25.0011-4.8227
CIE-Lab77.0914-24.6940-9.4975

#78cccf color RGB value is (120,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11001111
Octal 170 314 317
Decimal 120 204 207
Hex 78 CC CF

RGB Percentages of Color #78cccf

%22.60
%38.42
%38.98

CMYK Percentages of Color #78cccf

%42
%1
%0
%19

Triadic Colors of #78cccf

#78cccf #cf78cc #cccf78

Analogous Colors of #78cccf

#78cccf #78a1cf #78cfa7

Monochromatic Colors of #78cccf

#78cccf

Complementary Color

#78cccf #cf7b78

#78cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cccf Color CSS Codes

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

#78cccf Text Font Color

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

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


#78cccf Background Color

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

This div background color is #78cccf


#78cccf Border Color

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

This div border color is #78cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cccf


Comments

No comments written yet.

Please login to write comment.