Color Hex Logo

#78feab Color Hex

#78FEAB
(120,254,171)
0 Favorites   0 Comments

Color spaces of #78feab

RGB 120254171
HSL0.400.990.73
HSV143°53°100°
CMYK 0.530.000.33   0.00
XYZ50.538277.817050.8846
Yxy77.81700.28200.4342
Hunter Lab88.2139-52.110927.5494
CIE-Lab90.6963-54.827628.7543

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 10101011
Octal 170 376 253
Decimal 120 254 171
Hex 78 FE AB

RGB Percentages of Color #78feab

%22.02
%46.61
%31.38

CMYK Percentages of Color #78feab

%53
%0
%33
%0

Triadic Colors of #78feab

#78feab #ab78fe #feab78

Analogous Colors of #78feab

#78feab #78feee #88fe78

Monochromatic Colors of #78feab

#78feab

Complementary Color

#78feab #fe78cb

#78feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#78feab Color CSS Codes

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

#78feab Text Font Color

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

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


#78feab Background Color

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

This div background color is #78feab


#78feab Border Color

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

This div border color is #78feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78feab

Related Colors


Comments

No comments written yet.

Please login to write comment.