Color Hex Logo

#78bfdb Color Hex

#78BFDB
(120,191,219)
0 Favorites   0 Comments

Color spaces of #78bfdb

RGB 120191219
HSL0.550.580.66
HSV197°45°86°
CMYK 0.450.130.00   0.14
XYZ39.162746.369173.9039
Yxy46.36910.24560.2908
Hunter Lab68.0949-16.5071-16.6815
CIE-Lab73.7844-14.9402-20.9643

#78bfdb color RGB value is (120,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 11011011
Octal 170 277 333
Decimal 120 191 219
Hex 78 BF DB

RGB Percentages of Color #78bfdb

%22.64
%36.04
%41.32

CMYK Percentages of Color #78bfdb

%45
%13
%0
%14

Triadic Colors of #78bfdb

#78bfdb #db78bf #bfdb78

Analogous Colors of #78bfdb

#78bfdb #788edb #78dbc6

Monochromatic Colors of #78bfdb

#78bfdb

Complementary Color

#78bfdb #db9478

#78bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfdb Color CSS Codes

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

#78bfdb Text Font Color

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

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


#78bfdb Background Color

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

This div background color is #78bfdb


#78bfdb Border Color

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

This div border color is #78bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfdb


Comments

No comments written yet.

Please login to write comment.