Color Hex Logo

#78edab Color Hex

#78EDAB
(120,237,171)
0 Favorites   0 Comments

Color spaces of #78edab

RGB 120237171
HSL0.410.760.70
HSV146°49°93°
CMYK 0.490.000.28   0.07
XYZ45.380667.501749.1654
Yxy67.50170.28000.4166
Hunter Lab82.1594-45.184822.0316
CIE-Lab85.7567-47.812922.0056

#78edab color RGB value is (120,237,171).

#78edab hex color red value is 120, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #78edab hue: 0.41 , saturation: 0.76 and the lightness value of 78edab is 0.70.

The process color (four color CMYK) of #78edab color hex is 0.49, 0.00, 0.28, 0.07. Web safe color of #78edab is #66ff99. Color #78edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 10101011
Octal 170 355 253
Decimal 120 237 171
Hex 78 ED AB

RGB Percentages of Color #78edab

%22.73
%44.89
%32.39

CMYK Percentages of Color #78edab

%49
%0
%28
%7

Triadic Colors of #78edab

#78edab #ab78ed #edab78

Analogous Colors of #78edab

#78edab #78ede6 #80ed78

Monochromatic Colors of #78edab

#78edab

Complementary Color

#78edab #ed78ba

#78edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edab Color CSS Codes

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

#78edab Text Font Color

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

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


#78edab Background Color

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

This div background color is #78edab


#78edab Border Color

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

This div border color is #78edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edab


Comments

No comments written yet.

Please login to write comment.