Color Hex Logo

#78eddd Color Hex

#78EDDD
(120,237,221)
0 Favorites   0 Comments

Color spaces of #78eddd

RGB 120237221
HSL0.480.760.70
HSV172°49°93°
CMYK 0.490.000.07   0.07
XYZ51.081169.781979.1836
Yxy69.78190.25530.3488
Hunter Lab83.5356-37.03642.2737
CIE-Lab86.8898-36.9748-2.4585

#78eddd color RGB value is (120,237,221).

#78eddd hex color red value is 120, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #78eddd hue: 0.48 , saturation: 0.76 and the lightness value of 78eddd is 0.70.

The process color (four color CMYK) of #78eddd color hex is 0.49, 0.00, 0.07, 0.07. Web safe color of #78eddd is #66ffcc. Color #78eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11011101
Octal 170 355 335
Decimal 120 237 221
Hex 78 ED DD

RGB Percentages of Color #78eddd

%20.76
%41.00
%38.24

CMYK Percentages of Color #78eddd

%49
%0
%7
%7

Triadic Colors of #78eddd

#78eddd #dd78ed #eddd78

Analogous Colors of #78eddd

#78eddd #78c3ed #78eda3

Monochromatic Colors of #78eddd

#78eddd

Complementary Color

#78eddd #ed7888

#78eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eddd Color CSS Codes

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

#78eddd Text Font Color

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

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


#78eddd Background Color

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

This div background color is #78eddd


#78eddd Border Color

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

This div border color is #78eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eddd


Comments

No comments written yet.

Please login to write comment.