Color Hex Logo

#78ffdd Color Hex

#78FFDD
(120,255,221)
0 Favorites   0 Comments

Color spaces of #78ffdd

RGB 120255221
HSL0.461.000.74
HSV165°53°100°
CMYK 0.530.000.13   0.00
XYZ56.556980.733581.0089
Yxy80.73350.25910.3698
Hunter Lab89.8518-44.88459.4414
CIE-Lab92.0130-45.02185.0031

#78ffdd color RGB value is (120,255,221).

#78ffdd hex color red value is 120, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #78ffdd hue: 0.46 , saturation: 1.00 and the lightness value of 78ffdd is 0.74.

The process color (four color CMYK) of #78ffdd color hex is 0.53, 0.00, 0.13, 0.00. Web safe color of #78ffdd is #66ffcc. Color #78ffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111111 11011101
Octal 170 377 335
Decimal 120 255 221
Hex 78 FF DD

RGB Percentages of Color #78ffdd

%20.13
%42.79
%37.08

CMYK Percentages of Color #78ffdd

%53
%0
%13
%0

Triadic Colors of #78ffdd

#78ffdd #dd78ff #ffdd78

Analogous Colors of #78ffdd

#78ffdd #78deff #78ff9a

Monochromatic Colors of #78ffdd

#78ffdd

Complementary Color

#78ffdd #ff789a

#78ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ffdd Color CSS Codes

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

#78ffdd Text Font Color

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

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


#78ffdd Background Color

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

This div background color is #78ffdd


#78ffdd Border Color

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

This div border color is #78ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.