Color Hex Logo

#78bcdb Color Hex

#78BCDB
(120,188,219)
0 Favorites   0 Comments

Color spaces of #78bcdb

RGB 120188219
HSL0.550.580.66
HSV199°45°86°
CMYK 0.450.140.00   0.14
XYZ38.515145.074073.6880
Yxy45.07400.24490.2866
Hunter Lab67.1372-15.0886-18.0791
CIE-Lab72.9406-13.3653-22.2478

#78bcdb color RGB value is (120,188,219).

#78bcdb hex color red value is 120, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #78bcdb hue: 0.55 , saturation: 0.58 and the lightness value of 78bcdb is 0.66.

The process color (four color CMYK) of #78bcdb color hex is 0.45, 0.14, 0.00, 0.14. Web safe color of #78bcdb is #66cccc. Color #78bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111100 11011011
Octal 170 274 333
Decimal 120 188 219
Hex 78 BC DB

RGB Percentages of Color #78bcdb

%22.77
%35.67
%41.56

CMYK Percentages of Color #78bcdb

%45
%14
%0
%14

Triadic Colors of #78bcdb

#78bcdb #db78bc #bcdb78

Analogous Colors of #78bcdb

#78bcdb #788bdb #78dbc9

Monochromatic Colors of #78bcdb

#78bcdb

Complementary Color

#78bcdb #db9778

#78bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bcdb Color CSS Codes

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

#78bcdb Text Font Color

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

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


#78bcdb Background Color

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

This div background color is #78bcdb


#78bcdb Border Color

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

This div border color is #78bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bcdb


Comments

No comments written yet.

Please login to write comment.