Color Hex Logo

#78decc Color Hex

#78DECC
(120,222,204)
0 Favorites   0 Comments

Color spaces of #78decc

RGB 120222204
HSL0.470.610.67
HSV169°46°87°
CMYK 0.460.000.08   0.13
XYZ44.766160.595366.4634
Yxy60.59530.26050.3527
Hunter Lab77.8430-33.57313.8675
CIE-Lab82.1607-34.0849-0.4140

#78decc color RGB value is (120,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011110 11001100
Octal 170 336 314
Decimal 120 222 204
Hex 78 DE CC

RGB Percentages of Color #78decc

%21.98
%40.66
%37.36

CMYK Percentages of Color #78decc

%46
%0
%8
%13

Triadic Colors of #78decc

#78decc #cc78de #decc78

Analogous Colors of #78decc

#78decc #78bdde #78de99

Monochromatic Colors of #78decc

#78decc

Complementary Color

#78decc #de788a

#78decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78decc Color CSS Codes

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

#78decc Text Font Color

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

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


#78decc Background Color

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

This div background color is #78decc


#78decc Border Color

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

This div border color is #78decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78decc


Comments

No comments written yet.

Please login to write comment.