Color Hex Logo

#78eded Color Hex

#78EDED
(120,237,237)
0 Favorites   0 Comments

Color spaces of #78eded

RGB 120237237
HSL0.500.760.70
HSV180°49°93°
CMYK 0.490.000.00   0.07
XYZ53.316070.675990.9525
Yxy70.67590.24800.3288
Hunter Lab84.0690-33.9171-5.2964
CIE-Lab87.3273-33.0165-10.2064

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11101101
Octal 170 355 355
Decimal 120 237 237
Hex 78 ED ED

RGB Percentages of Color #78eded

%20.20
%39.90
%39.90

CMYK Percentages of Color #78eded

%49
%0
%0
%7

Triadic Colors of #78eded

#78eded #ed78ed #eded78

Analogous Colors of #78eded

#78eded #78b3ed #78edb3

Monochromatic Colors of #78eded

#78eded

Complementary Color

#78eded #ed7878

#78eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eded Color CSS Codes

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

#78eded Text Font Color

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

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


#78eded Background Color

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

This div background color is #78eded


#78eded Border Color

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

This div border color is #78eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eded


Comments

No comments written yet.

Please login to write comment.