Color Hex Logo

#78abdb Color Hex

#78ABDB
(120,171,219)
0 Favorites   0 Comments

Color spaces of #78abdb

RGB 120171219
HSL0.580.580.66
HSV209°45°86°
CMYK 0.450.220.00   0.14
XYZ35.094838.233472.5479
Yxy38.23340.24060.2621
Hunter Lab61.8332-6.8964-26.2808
CIE-Lab68.1923-4.1922-29.5243

#78abdb color RGB value is (120,171,219).

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

The process color (four color CMYK) of #78abdb color hex is 0.45, 0.22, 0.00, 0.14. Web safe color of #78abdb is #6699cc. Color #78abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 11011011
Octal 170 253 333
Decimal 120 171 219
Hex 78 AB DB

RGB Percentages of Color #78abdb

%23.53
%33.53
%42.94

CMYK Percentages of Color #78abdb

%45
%22
%0
%14

Triadic Colors of #78abdb

#78abdb #db78ab #abdb78

Analogous Colors of #78abdb

#78abdb #787adb #78dbda

Monochromatic Colors of #78abdb

#78abdb

Complementary Color

#78abdb #dba878

#78abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abdb Color CSS Codes

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

#78abdb Text Font Color

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

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


#78abdb Background Color

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

This div background color is #78abdb


#78abdb Border Color

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

This div border color is #78abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abdb


Comments

No comments written yet.

Please login to write comment.