Color Hex Logo

#78dbdf Color Hex

#78DBDF
(120,219,223)
0 Favorites   0 Comments

Color spaces of #78dbdf

RGB 120219223
HSL0.510.620.67
HSV182°46°87°
CMYK 0.460.020.00   0.13
XYZ46.396559.983878.9447
Yxy59.98380.25040.3237
Hunter Lab77.4492-28.6044-6.2204
CIE-Lab81.8294-27.9903-11.0023

#78dbdf color RGB value is (120,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11011111
Octal 170 333 337
Decimal 120 219 223
Hex 78 DB DF

RGB Percentages of Color #78dbdf

%21.35
%38.97
%39.68

CMYK Percentages of Color #78dbdf

%46
%2
%0
%13

Triadic Colors of #78dbdf

#78dbdf #df78db #dbdf78

Analogous Colors of #78dbdf

#78dbdf #78a8df #78dfb0

Monochromatic Colors of #78dbdf

#78dbdf

Complementary Color

#78dbdf #df7c78

#78dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbdf Color CSS Codes

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

#78dbdf Text Font Color

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

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


#78dbdf Background Color

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

This div background color is #78dbdf


#78dbdf Border Color

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

This div border color is #78dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbdf


Comments

No comments written yet.

Please login to write comment.