Color Hex Logo

#78effe Color Hex

#78EFFE
(120,239,254)
0 Favorites   0 Comments

Color spaces of #78effe

RGB 120239254
HSL0.520.990.73
HSV187°53°100°
CMYK 0.530.060.00   0.00
XYZ56.501672.8818104.8556
Yxy72.88180.24120.3111
Hunter Lab85.3708-31.2610-13.0626
CIE-Lab88.3913-29.5483-17.5180

#78effe color RGB value is (120,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101111 11111110
Octal 170 357 376
Decimal 120 239 254
Hex 78 EF FE

RGB Percentages of Color #78effe

%19.58
%38.99
%41.44

CMYK Percentages of Color #78effe

%53
%6
%0
%0

Triadic Colors of #78effe

#78effe #fe78ef #effe78

Analogous Colors of #78effe

#78effe #78acfe #78feca

Monochromatic Colors of #78effe

#78effe

Complementary Color

#78effe #fe8778

#78effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78effe Color CSS Codes

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

#78effe Text Font Color

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

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


#78effe Background Color

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

This div background color is #78effe


#78effe Border Color

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

This div border color is #78effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78effe


Comments

No comments written yet.

Please login to write comment.