Color Hex Logo

#78b5db Color Hex

#78B5DB
(120,181,219)
0 Favorites   0 Comments

Color spaces of #78b5db

RGB 120181219
HSL0.560.580.66
HSV203°45°86°
CMYK 0.450.170.00   0.14
XYZ37.055842.155373.2016
Yxy42.15530.24310.2766
Hunter Lab64.9271-11.7473-21.3971
CIE-Lab70.9779-9.6386-25.2447

#78b5db color RGB value is (120,181,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110101 11011011
Octal 170 265 333
Decimal 120 181 219
Hex 78 B5 DB

RGB Percentages of Color #78b5db

%23.08
%34.81
%42.12

CMYK Percentages of Color #78b5db

%45
%17
%0
%14

Triadic Colors of #78b5db

#78b5db #db78b5 #b5db78

Analogous Colors of #78b5db

#78b5db #7884db #78dbd0

Monochromatic Colors of #78b5db

#78b5db

Complementary Color

#78b5db #db9e78

#78b5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b5db Color CSS Codes

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

#78b5db Text Font Color

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

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


#78b5db Background Color

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

This div background color is #78b5db


#78b5db Border Color

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

This div border color is #78b5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b5db

#78b5db Color Palettes


Comments

No comments written yet.

Please login to write comment.