Color Hex Logo

#78dbcf Color Hex

#78DBCF
(120,219,207)
0 Favorites   0 Comments

Color spaces of #78dbcf

RGB 120219207
HSL0.480.580.66
HSV173°45°86°
CMYK 0.450.000.05   0.14
XYZ44.339759.161168.1138
Yxy59.16110.25840.3447
Hunter Lab76.9163-31.70401.3366
CIE-Lab81.3801-31.9592-3.1528

#78dbcf color RGB value is (120,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11001111
Octal 170 333 317
Decimal 120 219 207
Hex 78 DB CF

RGB Percentages of Color #78dbcf

%21.98
%40.11
%37.91

CMYK Percentages of Color #78dbcf

%45
%0
%5
%14

Triadic Colors of #78dbcf

#78dbcf #cf78db #dbcf78

Analogous Colors of #78dbcf

#78dbcf #78b6db #78db9e

Monochromatic Colors of #78dbcf

#78dbcf

Complementary Color

#78dbcf #db7884

#78dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbcf Color CSS Codes

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

#78dbcf Text Font Color

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

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


#78dbcf Background Color

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

This div background color is #78dbcf


#78dbcf Border Color

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

This div border color is #78dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbcf


Comments

No comments written yet.

Please login to write comment.