Color Hex Logo

#78fccc Color Hex

#78FCCC
(120,252,204)
0 Favorites   0 Comments

Color spaces of #78fccc

RGB 120252204
HSL0.440.960.73
HSV158°52°99°
CMYK 0.520.000.19   0.01
XYZ53.455277.973569.3598
Yxy77.97350.26620.3883
Hunter Lab88.3026-46.472115.2408
CIE-Lab90.7678-47.487711.9963

#78fccc color RGB value is (120,252,204).

#78fccc hex color red value is 120, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #78fccc hue: 0.44 , saturation: 0.96 and the lightness value of 78fccc is 0.73.

The process color (four color CMYK) of #78fccc color hex is 0.52, 0.00, 0.19, 0.01. Web safe color of #78fccc is #66ffcc. Color #78fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 11001100
Octal 170 374 314
Decimal 120 252 204
Hex 78 FC CC

RGB Percentages of Color #78fccc

%20.83
%43.75
%35.42

CMYK Percentages of Color #78fccc

%52
%0
%19
%1

Triadic Colors of #78fccc

#78fccc #cc78fc #fccc78

Analogous Colors of #78fccc

#78fccc #78eafc #78fc8a

Monochromatic Colors of #78fccc

#78fccc

Complementary Color

#78fccc #fc78a8

#78fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fccc Color CSS Codes

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

#78fccc Text Font Color

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

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


#78fccc Background Color

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

This div background color is #78fccc


#78fccc Border Color

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

This div border color is #78fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fccc


Comments

No comments written yet.

Please login to write comment.