Color Hex Logo

#78fb93 Color Hex

#78FB93
(120,251,147)
0 Favorites   0 Comments

Color spaces of #78fb93

RGB 120251147
HSL0.370.940.73
HSV132°52°98°
CMYK 0.520.000.41   0.02
XYZ47.509475.094039.5944
Yxy75.09400.29290.4630
Hunter Lab86.6568-53.787233.5695
CIE-Lab89.4370-57.658839.0341

#78fb93 color RGB value is (120,251,147).

#78fb93 hex color red value is 120, green value is 251 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #78fb93 hue: 0.37 , saturation: 0.94 and the lightness value of 78fb93 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111011 10010011
Octal 170 373 223
Decimal 120 251 147
Hex 78 FB 93

RGB Percentages of Color #78fb93

%23.17
%48.46
%28.38

CMYK Percentages of Color #78fb93

%52
%0
%41
%2

Triadic Colors of #78fb93

#78fb93 #9378fb #fb9378

Analogous Colors of #78fb93

#78fb93 #78fbd5 #9ffb78

Monochromatic Colors of #78fb93

#78fb93

Complementary Color

#78fb93 #fb78e0

#78fb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fb93 Color CSS Codes

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

#78fb93 Text Font Color

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

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


#78fb93 Background Color

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

This div background color is #78fb93


#78fb93 Border Color

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

This div border color is #78fb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fb93

Related Colors


Comments

No comments written yet.

Please login to write comment.