Color Hex Logo

#78bcef Color Hex

#78BCEF
(120,188,239)
0 Favorites   0 Comments

Color spaces of #78bcef

RGB 120188239
HSL0.570.790.70
HSV206°50°94°
CMYK 0.500.210.00   0.06
XYZ41.308946.191588.4000
Yxy46.19150.23480.2626
Hunter Lab67.9643-10.4448-29.5424
CIE-Lab73.6696-7.7694-31.9753

#78bcef color RGB value is (120,188,239).

#78bcef hex color red value is 120, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #78bcef hue: 0.57 , saturation: 0.79 and the lightness value of 78bcef is 0.70.

The process color (four color CMYK) of #78bcef color hex is 0.50, 0.21, 0.00, 0.06. Web safe color of #78bcef is #66ccff. Color #78bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111100 11101111
Octal 170 274 357
Decimal 120 188 239
Hex 78 BC EF

RGB Percentages of Color #78bcef

%21.94
%34.37
%43.69

CMYK Percentages of Color #78bcef

%50
%21
%0
%6

Triadic Colors of #78bcef

#78bcef #ef78bc #bcef78

Analogous Colors of #78bcef

#78bcef #7881ef #78efe7

Monochromatic Colors of #78bcef

#78bcef

Complementary Color

#78bcef #efab78

#78bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bcef Color CSS Codes

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

#78bcef Text Font Color

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

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


#78bcef Background Color

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

This div background color is #78bcef


#78bcef Border Color

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

This div border color is #78bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bcef


Comments

No comments written yet.

Please login to write comment.