Color Hex Logo

#78dfcc Color Hex

#78DFCC
(120,223,204)
0 Favorites   0 Comments

Color spaces of #78dfcc

RGB 120223204
HSL0.470.620.67
HSV169°46°87°
CMYK 0.460.000.09   0.13
XYZ45.032561.128166.5522
Yxy61.12810.26070.3539
Hunter Lab78.1845-34.01084.2603
CIE-Lab82.4476-34.55130.0050

#78dfcc color RGB value is (120,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 11001100
Octal 170 337 314
Decimal 120 223 204
Hex 78 DF CC

RGB Percentages of Color #78dfcc

%21.94
%40.77
%37.29

CMYK Percentages of Color #78dfcc

%46
%0
%9
%13

Triadic Colors of #78dfcc

#78dfcc #cc78df #dfcc78

Analogous Colors of #78dfcc

#78dfcc #78bfdf #78df99

Monochromatic Colors of #78dfcc

#78dfcc

Complementary Color

#78dfcc #df788b

#78dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfcc Color CSS Codes

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

#78dfcc Text Font Color

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

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


#78dfcc Background Color

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

This div background color is #78dfcc


#78dfcc Border Color

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

This div border color is #78dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfcc


Comments

No comments written yet.

Please login to write comment.