Color Hex Logo

#78dec7 Color Hex

#78DEC7
(120,222,199)
0 Favorites   0 Comments

Color spaces of #78dec7

RGB 120222199
HSL0.460.610.67
HSV166°46°87°
CMYK 0.460.000.10   0.13
XYZ44.175860.359163.3550
Yxy60.35910.26310.3595
Hunter Lab77.6911-34.46296.0344
CIE-Lab82.0330-35.25202.0530

#78dec7 color RGB value is (120,222,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011110 11000111
Octal 170 336 307
Decimal 120 222 199
Hex 78 DE C7

RGB Percentages of Color #78dec7

%22.18
%41.04
%36.78

CMYK Percentages of Color #78dec7

%46
%0
%10
%13

Triadic Colors of #78dec7

#78dec7 #c778de #dec778

Analogous Colors of #78dec7

#78dec7 #78c2de #78de94

Monochromatic Colors of #78dec7

#78dec7

Complementary Color

#78dec7 #de788f

#78dec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dec7 Color CSS Codes

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

#78dec7 Text Font Color

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

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


#78dec7 Background Color

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

This div background color is #78dec7


#78dec7 Border Color

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

This div border color is #78dec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dec7


Comments

No comments written yet.

Please login to write comment.