Color Hex Logo

#78cbdb Color Hex

#78CBDB
(120,203,219)
0 Favorites   0 Comments

Color spaces of #78cbdb

RGB 120203219
HSL0.530.580.66
HSV190°45°86°
CMYK 0.450.070.00   0.14
XYZ41.887851.819474.8123
Yxy51.81940.24860.3075
Hunter Lab71.9857-22.1075-11.2281
CIE-Lab77.1727-21.1080-15.8396

#78cbdb color RGB value is (120,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 11011011
Octal 170 313 333
Decimal 120 203 219
Hex 78 CB DB

RGB Percentages of Color #78cbdb

%22.14
%37.45
%40.41

CMYK Percentages of Color #78cbdb

%45
%7
%0
%14

Triadic Colors of #78cbdb

#78cbdb #db78cb #cbdb78

Analogous Colors of #78cbdb

#78cbdb #789adb #78dbba

Monochromatic Colors of #78cbdb

#78cbdb

Complementary Color

#78cbdb #db8878

#78cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cbdb Color CSS Codes

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

#78cbdb Text Font Color

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

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


#78cbdb Background Color

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

This div background color is #78cbdb


#78cbdb Border Color

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

This div border color is #78cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cbdb


Comments

No comments written yet.

Please login to write comment.