Color Hex Logo

#78ffcf Color Hex

#78FFCF
(120,255,207)
0 Favorites   0 Comments

Color spaces of #78ffcf

RGB 120255207
HSL0.441.000.74
HSV159°53°100°
CMYK 0.530.000.19   0.00
XYZ54.768280.018171.5899
Yxy80.01810.26540.3877
Hunter Lab89.4528-47.254415.1667
CIE-Lab91.6930-48.123611.7665

#78ffcf color RGB value is (120,255,207).

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

The process color (four color CMYK) of #78ffcf color hex is 0.53, 0.00, 0.19, 0.00. Web safe color of #78ffcf is #66ffcc. Color #78ffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111111 11001111
Octal 170 377 317
Decimal 120 255 207
Hex 78 FF CF

RGB Percentages of Color #78ffcf

%20.62
%43.81
%35.57

CMYK Percentages of Color #78ffcf

%53
%0
%19
%0

Triadic Colors of #78ffcf

#78ffcf #cf78ff #ffcf78

Analogous Colors of #78ffcf

#78ffcf #78ecff #78ff8c

Monochromatic Colors of #78ffcf

#78ffcf

Complementary Color

#78ffcf #ff78a8

#78ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ffcf Color CSS Codes

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

#78ffcf Text Font Color

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

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


#78ffcf Background Color

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

This div background color is #78ffcf


#78ffcf Border Color

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

This div border color is #78ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.