Color Hex Logo

#78ecfc Color Hex

#78ECFC
(120,236,252)
0 Favorites   0 Comments

Color spaces of #78ecfc

RGB 120236252
HSL0.520.960.73
HSV187°52°99°
CMYK 0.520.060.00   0.01
XYZ55.311971.0122102.8870
Yxy71.01220.24130.3098
Hunter Lab84.2687-30.3073-13.4014
CIE-Lab87.4909-28.6391-17.8266

#78ecfc color RGB value is (120,236,252).

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

The process color (four color CMYK) of #78ecfc color hex is 0.52, 0.06, 0.00, 0.01. Web safe color of #78ecfc is #66ffff. Color #78ecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101100 11111100
Octal 170 354 374
Decimal 120 236 252
Hex 78 EC FC

RGB Percentages of Color #78ecfc

%19.74
%38.82
%41.45

CMYK Percentages of Color #78ecfc

%52
%6
%0
%1

Triadic Colors of #78ecfc

#78ecfc #fc78ec #ecfc78

Analogous Colors of #78ecfc

#78ecfc #78aafc #78fcca

Monochromatic Colors of #78ecfc

#78ecfc

Complementary Color

#78ecfc #fc8878

#78ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ecfc Color CSS Codes

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

#78ecfc Text Font Color

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

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


#78ecfc Background Color

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

This div background color is #78ecfc


#78ecfc Border Color

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

This div border color is #78ecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ecfc


Comments

No comments written yet.

Please login to write comment.