Color Hex Logo

#78dcbe Color Hex

#78DCBE
(120,220,190)
0 Favorites   0 Comments

Color spaces of #78dcbe

RGB 120220190
HSL0.450.590.67
HSV162°45°86°
CMYK 0.450.000.14   0.14
XYZ42.633258.897257.8365
Yxy58.89720.26750.3696
Hunter Lab76.7445-35.14249.0388
CIE-Lab81.2351-36.37435.6731

#78dcbe color RGB value is (120,220,190).

#78dcbe hex color red value is 120, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #78dcbe hue: 0.45 , saturation: 0.59 and the lightness value of 78dcbe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 10111110
Octal 170 334 276
Decimal 120 220 190
Hex 78 DC BE

RGB Percentages of Color #78dcbe

%22.64
%41.51
%35.85

CMYK Percentages of Color #78dcbe

%45
%0
%14
%14

Triadic Colors of #78dcbe

#78dcbe #be78dc #dcbe78

Analogous Colors of #78dcbe

#78dcbe #78c8dc #78dc8c

Monochromatic Colors of #78dcbe

#78dcbe

Complementary Color

#78dcbe #dc7896

#78dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dcbe Color CSS Codes

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

#78dcbe Text Font Color

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

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


#78dcbe Background Color

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

This div background color is #78dcbe


#78dcbe Border Color

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

This div border color is #78dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dcbe


Comments

No comments written yet.

Please login to write comment.