Color Hex Logo

#78fbbc Color Hex

#78FBBC
(120,251,188)
0 Favorites   0 Comments

Color spaces of #78fbbc

RGB 120251188
HSL0.420.940.73
HSV151°52°98°
CMYK 0.520.000.25   0.02
XYZ51.320076.618359.6609
Yxy76.61830.27360.4084
Hunter Lab87.5319-48.526120.8608
CIE-Lab90.1456-50.375919.3507

#78fbbc color RGB value is (120,251,188).

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

The process color (four color CMYK) of #78fbbc color hex is 0.52, 0.00, 0.25, 0.02. Web safe color of #78fbbc is #66ffcc. Color #78fbbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111011 10111100
Octal 170 373 274
Decimal 120 251 188
Hex 78 FB BC

RGB Percentages of Color #78fbbc

%21.47
%44.90
%33.63

CMYK Percentages of Color #78fbbc

%52
%0
%25
%2

Triadic Colors of #78fbbc

#78fbbc #bc78fb #fbbc78

Analogous Colors of #78fbbc

#78fbbc #78f9fb #78fb7b

Monochromatic Colors of #78fbbc

#78fbbc

Complementary Color

#78fbbc #fb78b7

#78fbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fbbc Color CSS Codes

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

#78fbbc Text Font Color

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

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


#78fbbc Background Color

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

This div background color is #78fbbc


#78fbbc Border Color

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

This div border color is #78fbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fbbc


Comments

No comments written yet.

Please login to write comment.