Color Hex Logo

#78edca Color Hex

#78EDCA
(120,237,202)
0 Favorites   0 Comments

Color spaces of #78edca

RGB 120237202
HSL0.450.760.70
HSV162°49°93°
CMYK 0.490.000.15   0.07
XYZ48.690668.825766.5955
Yxy68.82570.26450.3738
Hunter Lab82.9613-40.419210.4790
CIE-Lab86.4177-41.38286.8132

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11001010
Octal 170 355 312
Decimal 120 237 202
Hex 78 ED CA

RGB Percentages of Color #78edca

%21.47
%42.40
%36.14

CMYK Percentages of Color #78edca

%49
%0
%15
%7

Triadic Colors of #78edca

#78edca #ca78ed #edca78

Analogous Colors of #78edca

#78edca #78d6ed #78ed90

Monochromatic Colors of #78edca

#78edca

Complementary Color

#78edca #ed789b

#78edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edca Color CSS Codes

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

#78edca Text Font Color

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

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


#78edca Background Color

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

This div background color is #78edca


#78edca Border Color

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

This div border color is #78edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edca


Comments

No comments written yet.

Please login to write comment.