Color Hex Logo

#78dffc Color Hex

#78DFFC
(120,223,252)
0 Favorites   0 Comments

Color spaces of #78dffc

RGB 120223252
HSL0.540.960.73
HSV193°52°99°
CMYK 0.520.120.00   0.01
XYZ51.704163.7967101.6844
Yxy63.79670.23810.2937
Hunter Lab79.8728-24.2290-19.5698
CIE-Lab83.8598-22.2686-23.3195

#78dffc color RGB value is (120,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 11111100
Octal 170 337 374
Decimal 120 223 252
Hex 78 DF FC

RGB Percentages of Color #78dffc

%20.17
%37.48
%42.35

CMYK Percentages of Color #78dffc

%52
%12
%0
%1

Triadic Colors of #78dffc

#78dffc #fc78df #dffc78

Analogous Colors of #78dffc

#78dffc #789dfc #78fcd7

Monochromatic Colors of #78dffc

#78dffc

Complementary Color

#78dffc #fc9578

#78dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dffc Color CSS Codes

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

#78dffc Text Font Color

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

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


#78dffc Background Color

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

This div background color is #78dffc


#78dffc Border Color

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

This div border color is #78dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dffc


Comments

No comments written yet.

Please login to write comment.