Color Hex Logo

#78ebbc Color Hex

#78EBBC
(120,235,188)
0 Favorites   0 Comments

Color spaces of #78ebbc

RGB 120235188
HSL0.430.740.70
HSV155°49°92°
CMYK 0.490.000.20   0.08
XYZ46.531267.040658.0646
Yxy67.04060.27110.3906
Hunter Lab81.8783-41.846115.2689
CIE-Lab85.5244-43.536712.8560

#78ebbc color RGB value is (120,235,188).

#78ebbc hex color red value is 120, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #78ebbc hue: 0.43 , saturation: 0.74 and the lightness value of 78ebbc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101011 10111100
Octal 170 353 274
Decimal 120 235 188
Hex 78 EB BC

RGB Percentages of Color #78ebbc

%22.10
%43.28
%34.62

CMYK Percentages of Color #78ebbc

%49
%0
%20
%8

Triadic Colors of #78ebbc

#78ebbc #bc78eb #ebbc78

Analogous Colors of #78ebbc

#78ebbc #78e1eb #78eb83

Monochromatic Colors of #78ebbc

#78ebbc

Complementary Color

#78ebbc #eb78a7

#78ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ebbc Color CSS Codes

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

#78ebbc Text Font Color

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

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


#78ebbc Background Color

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

This div background color is #78ebbc


#78ebbc Border Color

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

This div border color is #78ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ebbc


Comments

No comments written yet.

Please login to write comment.