Color Hex Logo

#78effb Color Hex

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

Color spaces of #78effb

RGB 120239251
HSL0.520.940.73
HSV185°52°98°
CMYK 0.520.050.00   0.02
XYZ56.024872.6911102.3448
Yxy72.69110.24250.3146
Hunter Lab85.2591-31.9088-11.4902
CIE-Lab88.3002-30.3414-16.0860

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

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

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

Base Numbers

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

RGB Percentages of Color #78effb

%19.67
%39.18
%41.15

CMYK Percentages of Color #78effb

%52
%5
%0
%2

Triadic Colors of #78effb

#78effb #fb78ef #effb78

Analogous Colors of #78effb

#78effb #78aefb #78fbc6

Monochromatic Colors of #78effb

#78effb

Complementary Color

#78effb #fb8478

#78effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78effb Color CSS Codes

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

#78effb Text Font Color

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

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


#78effb Background Color

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

This div background color is #78effb


#78effb Border Color

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

This div border color is #78effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78effb

Related Colors


Comments

No comments written yet.

Please login to write comment.