Color Hex Logo

#78fffb Color Hex

#78FFFB
(120,255,251)
0 Favorites   0 Comments

Color spaces of #78fffb

RGB 120255251
HSL0.501.000.74
HSV178°53°100°
CMYK 0.530.000.02   0.00
XYZ60.918382.4781103.9759
Yxy82.47810.24630.3334
Hunter Lab90.8175-39.1968-4.3082
CIE-Lab92.7855-37.8077-9.3880

#78fffb color RGB value is (120,255,251).

#78fffb hex color red value is 120, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #78fffb hue: 0.50 , saturation: 1.00 and the lightness value of 78fffb is 0.74.

The process color (four color CMYK) of #78fffb color hex is 0.53, 0.00, 0.02, 0.00. Web safe color of #78fffb is #66ffff. Color #78fffb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111111 11111011
Octal 170 377 373
Decimal 120 255 251
Hex 78 FF FB

RGB Percentages of Color #78fffb

%19.17
%40.73
%40.10

CMYK Percentages of Color #78fffb

%53
%0
%2
%0

Triadic Colors of #78fffb

#78fffb #fb78ff #fffb78

Analogous Colors of #78fffb

#78fffb #78c0ff #78ffb8

Monochromatic Colors of #78fffb

#78fffb

Complementary Color

#78fffb #ff787c

#78fffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fffb Color CSS Codes

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

#78fffb Text Font Color

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

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


#78fffb Background Color

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

This div background color is #78fffb


#78fffb Border Color

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

This div border color is #78fffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fffb

Related Colors


Comments

No comments written yet.

Please login to write comment.