Color Hex Logo

#78face Color Hex

#78FACE
(120,250,206)
0 Favorites   0 Comments

Color spaces of #78face

RGB 120250206
HSL0.440.930.73
HSV160°52°98°
CMYK 0.520.000.18   0.02
XYZ53.071976.820570.4232
Yxy76.82050.26490.3835
Hunter Lab87.6473-45.298113.7146
CIE-Lab90.2389-46.196810.2094

#78face color RGB value is (120,250,206).

#78face hex color red value is 120, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #78face hue: 0.44 , saturation: 0.93 and the lightness value of 78face is 0.73.

The process color (four color CMYK) of #78face color hex is 0.52, 0.00, 0.18, 0.02. Web safe color of #78face is #66ffcc. Color #78face contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111010 11001110
Octal 170 372 316
Decimal 120 250 206
Hex 78 FA CE

RGB Percentages of Color #78face

%20.83
%43.40
%35.76

CMYK Percentages of Color #78face

%52
%0
%18
%2

Triadic Colors of #78face

#78face #ce78fa #face78

Analogous Colors of #78face

#78face #78e5fa #78fa8d

Monochromatic Colors of #78face

#78face

Complementary Color

#78face #fa78a4

#78face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78face Color Preview on White Background

Lorem ipsum dolor sit amet.

#78face Color CSS Codes

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

#78face Text Font Color

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

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


#78face Background Color

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

This div background color is #78face


#78face Border Color

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

This div border color is #78face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78face


Comments

No comments written yet.

Please login to write comment.