Color Hex Logo

#78dfde Color Hex

#78DFDE
(120,223,222)
0 Favorites   0 Comments

Color spaces of #78dfde

RGB 120223222
HSL0.500.620.67
HSV179°46°87°
CMYK 0.460.000.00   0.13
XYZ47.318262.042378.5887
Yxy62.04230.25180.3301
Hunter Lab78.7669-30.6106-4.0190
CIE-Lab82.9359-30.1699-8.8240

#78dfde color RGB value is (120,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 11011110
Octal 170 337 336
Decimal 120 223 222
Hex 78 DF DE

RGB Percentages of Color #78dfde

%21.24
%39.47
%39.29

CMYK Percentages of Color #78dfde

%46
%0
%0
%13

Triadic Colors of #78dfde

#78dfde #de78df #dfde78

Analogous Colors of #78dfde

#78dfde #78addf #78dfab

Monochromatic Colors of #78dfde

#78dfde

Complementary Color

#78dfde #df7879

#78dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfde Color CSS Codes

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

#78dfde Text Font Color

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

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


#78dfde Background Color

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

This div background color is #78dfde


#78dfde Border Color

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

This div border color is #78dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfde


Comments

No comments written yet.

Please login to write comment.