Color Hex Logo

#78dbde Color Hex

#78DBDE
(120,219,222)
0 Favorites   0 Comments

Color spaces of #78dbde

RGB 120219222
HSL0.500.610.67
HSV182°46°87°
CMYK 0.460.010.00   0.13
XYZ46.262159.930078.2366
Yxy59.93000.25080.3249
Hunter Lab77.4145-28.8055-5.7295
CIE-Lab81.8001-28.2447-10.5139

#78dbde color RGB value is (120,219,222).

#78dbde hex color red value is 120, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #78dbde hue: 0.50 , saturation: 0.61 and the lightness value of 78dbde is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11011110
Octal 170 333 336
Decimal 120 219 222
Hex 78 DB DE

RGB Percentages of Color #78dbde

%21.39
%39.04
%39.57

CMYK Percentages of Color #78dbde

%46
%1
%0
%13

Triadic Colors of #78dbde

#78dbde #de78db #dbde78

Analogous Colors of #78dbde

#78dbde #78a8de #78deae

Monochromatic Colors of #78dbde

#78dbde

Complementary Color

#78dbde #de7b78

#78dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbde Color CSS Codes

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

#78dbde Text Font Color

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

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


#78dbde Background Color

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

This div background color is #78dbde


#78dbde Border Color

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

This div border color is #78dbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78dbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbde


Comments

No comments written yet.

Please login to write comment.