Color Hex Logo

#78d8fa Color Hex

#78D8FA
(120,216,250)
0 Favorites   0 Comments

Color spaces of #78d8fa

RGB 120216250
HSL0.540.930.73
HSV196°52°98°
CMYK 0.520.140.00   0.02
XYZ49.556960.006999.4131
Yxy60.00690.23710.2871
Hunter Lab77.4641-21.3686-21.8646
CIE-Lab81.8419-19.3011-25.3321

#78d8fa color RGB value is (120,216,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011000 11111010
Octal 170 330 372
Decimal 120 216 250
Hex 78 D8 FA

RGB Percentages of Color #78d8fa

%20.48
%36.86
%42.66

CMYK Percentages of Color #78d8fa

%52
%14
%0
%2

Triadic Colors of #78d8fa

#78d8fa #fa78d8 #d8fa78

Analogous Colors of #78d8fa

#78d8fa #7897fa #78fadb

Monochromatic Colors of #78d8fa

#78d8fa

Complementary Color

#78d8fa #fa9a78

#78d8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78d8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78d8fa Color CSS Codes

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

#78d8fa Text Font Color

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

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


#78d8fa Background Color

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

This div background color is #78d8fa


#78d8fa Border Color

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

This div border color is #78d8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78d8fa


Comments

No comments written yet.

Please login to write comment.