Color Hex Logo

#78dfbe Color Hex

#78DFBE
(120,223,190)
0 Favorites   0 Comments

Color spaces of #78dfbe

RGB 120223190
HSL0.450.620.67
HSV161°46°87°
CMYK 0.460.000.15   0.13
XYZ43.427760.486158.1013
Yxy60.48610.26800.3733
Hunter Lab77.7728-36.429510.1475
CIE-Lab82.1017-37.74696.9205

#78dfbe color RGB value is (120,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 10111110
Octal 170 337 276
Decimal 120 223 190
Hex 78 DF BE

RGB Percentages of Color #78dfbe

%22.51
%41.84
%35.65

CMYK Percentages of Color #78dfbe

%46
%0
%15
%13

Triadic Colors of #78dfbe

#78dfbe #be78df #dfbe78

Analogous Colors of #78dfbe

#78dfbe #78cddf #78df8b

Monochromatic Colors of #78dfbe

#78dfbe

Complementary Color

#78dfbe #df7899

#78dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfbe Color CSS Codes

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

#78dfbe Text Font Color

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

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


#78dfbe Background Color

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

This div background color is #78dfbe


#78dfbe Border Color

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

This div border color is #78dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfbe


Comments

No comments written yet.

Please login to write comment.