Color Hex Logo

#78fbef Color Hex

#78FBEF
(120,251,239)
0 Favorites   0 Comments

Color spaces of #78fbef

RGB 120251239
HSL0.480.940.73
HSV175°52°98°
CMYK 0.520.000.05   0.02
XYZ57.822979.219493.9046
Yxy79.21940.25040.3430
Hunter Lab89.0053-39.7955-0.2499
CIE-Lab91.3335-38.9781-5.3154

#78fbef color RGB value is (120,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111011 11101111
Octal 170 373 357
Decimal 120 251 239
Hex 78 FB EF

RGB Percentages of Color #78fbef

%19.67
%41.15
%39.18

CMYK Percentages of Color #78fbef

%52
%0
%5
%2

Triadic Colors of #78fbef

#78fbef #ef78fb #fbef78

Analogous Colors of #78fbef

#78fbef #78c6fb #78fbae

Monochromatic Colors of #78fbef

#78fbef

Complementary Color

#78fbef #fb7884

#78fbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fbef Color CSS Codes

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

#78fbef Text Font Color

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

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


#78fbef Background Color

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

This div background color is #78fbef


#78fbef Border Color

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

This div border color is #78fbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fbef

Related Colors


Comments

No comments written yet.

Please login to write comment.