Color Hex Logo

#78bffb Color Hex

#78BFFB
(120,191,251)
0 Favorites   0 Comments

Color spaces of #78bffb

RGB 120191251
HSL0.580.940.73
HSV207°52°98°
CMYK 0.520.240.00   0.02
XYZ43.789148.219798.2662
Yxy48.21970.23010.2534
Hunter Lab69.4404-8.9587-35.2939
CIE-Lab74.9633-5.9125-36.4428

#78bffb color RGB value is (120,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 11111011
Octal 170 277 373
Decimal 120 191 251
Hex 78 BF FB

RGB Percentages of Color #78bffb

%21.35
%33.99
%44.66

CMYK Percentages of Color #78bffb

%52
%24
%0
%2

Triadic Colors of #78bffb

#78bffb #fb78bf #bffb78

Analogous Colors of #78bffb

#78bffb #787efb #78fbf6

Monochromatic Colors of #78bffb

#78bffb

Complementary Color

#78bffb #fbb478

#78bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bffb Color CSS Codes

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

#78bffb Text Font Color

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

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


#78bffb Background Color

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

This div background color is #78bffb


#78bffb Border Color

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

This div border color is #78bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bffb


Comments

No comments written yet.

Please login to write comment.