Color Hex Logo

#78ebcf Color Hex

#78EBCF
(120,235,207)
0 Favorites   0 Comments

Color spaces of #78ebcf

RGB 120235207
HSL0.460.740.70
HSV165°49°92°
CMYK 0.490.000.12   0.08
XYZ48.716567.914769.5727
Yxy67.91470.26160.3647
Hunter Lab82.4104-38.69877.6333
CIE-Lab85.9638-39.35543.5376

#78ebcf color RGB value is (120,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101011 11001111
Octal 170 353 317
Decimal 120 235 207
Hex 78 EB CF

RGB Percentages of Color #78ebcf

%21.35
%41.81
%36.83

CMYK Percentages of Color #78ebcf

%49
%0
%12
%8

Triadic Colors of #78ebcf

#78ebcf #cf78eb #ebcf78

Analogous Colors of #78ebcf

#78ebcf #78ceeb #78eb96

Monochromatic Colors of #78ebcf

#78ebcf

Complementary Color

#78ebcf #eb7894

#78ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ebcf Color CSS Codes

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

#78ebcf Text Font Color

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

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


#78ebcf Background Color

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

This div background color is #78ebcf


#78ebcf Border Color

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

This div border color is #78ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ebcf


Comments

No comments written yet.

Please login to write comment.