Color Hex Logo

#78dbfe Color Hex

#78DBFE
(120,219,254)
0 Favorites   0 Comments

Color spaces of #78dbfe

RGB 120219254
HSL0.540.990.73
HSV196°53°100°
CMYK 0.530.140.00   0.00
XYZ50.966661.8119103.0106
Yxy61.81190.23620.2864
Hunter Lab78.6205-21.8714-22.6489
CIE-Lab82.8133-19.7077-25.9701

#78dbfe color RGB value is (120,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11111110
Octal 170 333 376
Decimal 120 219 254
Hex 78 DB FE

RGB Percentages of Color #78dbfe

%20.24
%36.93
%42.83

CMYK Percentages of Color #78dbfe

%53
%14
%0
%0

Triadic Colors of #78dbfe

#78dbfe #fe78db #dbfe78

Analogous Colors of #78dbfe

#78dbfe #7898fe #78fede

Monochromatic Colors of #78dbfe

#78dbfe

Complementary Color

#78dbfe #fe9b78

#78dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbfe Color CSS Codes

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

#78dbfe Text Font Color

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

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


#78dbfe Background Color

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

This div background color is #78dbfe


#78dbfe Border Color

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

This div border color is #78dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbfe


Comments

No comments written yet.

Please login to write comment.