Color Hex Logo

#78bedb Color Hex

#78BEDB
(120,190,219)
0 Favorites   0 Comments

Color spaces of #78bedb

RGB 120190219
HSL0.550.580.66
HSV198°45°86°
CMYK 0.450.130.00   0.14
XYZ38.945445.934573.8314
Yxy45.93450.24540.2894
Hunter Lab67.7750-16.0352-17.1457
CIE-Lab73.5030-14.4168-21.3920

#78bedb color RGB value is (120,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 11011011
Octal 170 276 333
Decimal 120 190 219
Hex 78 BE DB

RGB Percentages of Color #78bedb

%22.68
%35.92
%41.40

CMYK Percentages of Color #78bedb

%45
%13
%0
%14

Triadic Colors of #78bedb

#78bedb #db78be #bedb78

Analogous Colors of #78bedb

#78bedb #788ddb #78dbc7

Monochromatic Colors of #78bedb

#78bedb

Complementary Color

#78bedb #db9578

#78bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bedb Color CSS Codes

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

#78bedb Text Font Color

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

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


#78bedb Background Color

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

This div background color is #78bedb


#78bedb Border Color

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

This div border color is #78bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bedb


Comments

No comments written yet.

Please login to write comment.