Color Hex Logo

#78edfb Color Hex

#78EDFB
(120,237,251)
0 Favorites   0 Comments

Color spaces of #78edfb

RGB 120237251
HSL0.520.940.73
HSV186°52°98°
CMYK 0.520.060.00   0.02
XYZ55.442571.5265102.1507
Yxy71.52650.24200.3122
Hunter Lab84.5733-30.9867-12.4112
CIE-Lab87.7402-29.3851-16.9276

#78edfb color RGB value is (120,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11111011
Octal 170 355 373
Decimal 120 237 251
Hex 78 ED FB

RGB Percentages of Color #78edfb

%19.74
%38.98
%41.28

CMYK Percentages of Color #78edfb

%52
%6
%0
%2

Triadic Colors of #78edfb

#78edfb #fb78ed #edfb78

Analogous Colors of #78edfb

#78edfb #78acfb #78fbc8

Monochromatic Colors of #78edfb

#78edfb

Complementary Color

#78edfb #fb8678

#78edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edfb Color CSS Codes

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

#78edfb Text Font Color

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

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


#78edfb Background Color

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

This div background color is #78edfb


#78edfb Border Color

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

This div border color is #78edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edfb


Comments

No comments written yet.

Please login to write comment.