Color Hex Logo

#78fefe Color Hex

#78FEFE
(120,254,254)
0 Favorites   0 Comments

Color spaces of #78fefe

RGB 120254254
HSL0.500.990.73
HSV180°53°100°
CMYK 0.530.000.00   0.00
XYZ61.076982.0324106.3807
Yxy82.03240.24480.3288
Hunter Lab90.5717-38.1294-6.2386
CIE-Lab92.5892-36.5878-11.2333

#78fefe color RGB value is (120,254,254).

#78fefe hex color red value is 120, green value is 254 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #78fefe hue: 0.50 , saturation: 0.99 and the lightness value of 78fefe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 11111110
Octal 170 376 376
Decimal 120 254 254
Hex 78 FE FE

RGB Percentages of Color #78fefe

%19.11
%40.45
%40.45

CMYK Percentages of Color #78fefe

%53
%0
%0
%0

Triadic Colors of #78fefe

#78fefe #fe78fe #fefe78

Analogous Colors of #78fefe

#78fefe #78bbfe #78febb

Monochromatic Colors of #78fefe

#78fefe

Complementary Color

#78fefe #fe7878

#78fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fefe Color CSS Codes

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

#78fefe Text Font Color

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

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


#78fefe Background Color

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

This div background color is #78fefe


#78fefe Border Color

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

This div border color is #78fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.