Color Hex Logo

#78dfcd Color Hex

#78DFCD
(120,223,205)
0 Favorites   0 Comments

Color spaces of #78dfcd

RGB 120223205
HSL0.470.620.67
HSV170°46°87°
CMYK 0.460.000.08   0.13
XYZ45.152861.176267.1860
Yxy61.17620.26020.3526
Hunter Lab78.2152-33.83053.8212
CIE-Lab82.4734-34.3157-0.4876

#78dfcd color RGB value is (120,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 11001101
Octal 170 337 315
Decimal 120 223 205
Hex 78 DF CD

RGB Percentages of Color #78dfcd

%21.90
%40.69
%37.41

CMYK Percentages of Color #78dfcd

%46
%0
%8
%13

Triadic Colors of #78dfcd

#78dfcd #cd78df #dfcd78

Analogous Colors of #78dfcd

#78dfcd #78bedf #78df9a

Monochromatic Colors of #78dfcd

#78dfcd

Complementary Color

#78dfcd #df788a

#78dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfcd Color CSS Codes

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

#78dfcd Text Font Color

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

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


#78dfcd Background Color

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

This div background color is #78dfcd


#78dfcd Border Color

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

This div border color is #78dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfcd


Comments

No comments written yet.

Please login to write comment.