Color Hex Logo

#78efca Color Hex

#78EFCA
(120,239,202)
0 Favorites   0 Comments

Color spaces of #78efca

RGB 120239202
HSL0.450.790.70
HSV161°50°94°
CMYK 0.500.000.15   0.06
XYZ49.272969.990366.7896
Yxy69.99030.26480.3762
Hunter Lab83.6602-41.275211.2283
CIE-Lab86.9921-42.27037.6389

#78efca color RGB value is (120,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101111 11001010
Octal 170 357 312
Decimal 120 239 202
Hex 78 EF CA

RGB Percentages of Color #78efca

%21.39
%42.60
%36.01

CMYK Percentages of Color #78efca

%50
%0
%15
%6

Triadic Colors of #78efca

#78efca #ca78ef #efca78

Analogous Colors of #78efca

#78efca #78d9ef #78ef8f

Monochromatic Colors of #78efca

#78efca

Complementary Color

#78efca #ef789d

#78efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#78efca Color CSS Codes

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

#78efca Text Font Color

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

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


#78efca Background Color

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

This div background color is #78efca


#78efca Border Color

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

This div border color is #78efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78efca


Comments

No comments written yet.

Please login to write comment.