Color Hex Logo

#77ea8c Color Hex

#77EA8C
(119,234,140)
0 Favorites   0 Comments

Color spaces of #77ea8c

RGB 119234140
HSL0.360.730.69
HSV131°49°92°
CMYK 0.490.000.40   0.08
XYZ41.764264.661035.0906
Yxy64.66100.29510.4569
Hunter Lab80.4121-48.012330.4152
CIE-Lab84.3087-52.241335.8242

#77ea8c color RGB value is (119,234,140).

#77ea8c hex color red value is 119, green value is 234 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #77ea8c hue: 0.36 , saturation: 0.73 and the lightness value of 77ea8c is 0.69.

The process color (four color CMYK) of #77ea8c color hex is 0.49, 0.00, 0.40, 0.08. Web safe color of #77ea8c is #66ff99. Color #77ea8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 10001100
Octal 167 352 214
Decimal 119 234 140
Hex 77 EA 8C

RGB Percentages of Color #77ea8c

%24.14
%47.46
%28.40

CMYK Percentages of Color #77ea8c

%49
%0
%40
%8

Triadic Colors of #77ea8c

#77ea8c #8c77ea #ea8c77

Analogous Colors of #77ea8c

#77ea8c #77eac6 #9cea77

Monochromatic Colors of #77ea8c

#77ea8c

Complementary Color

#77ea8c #ea77d5

#77ea8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ea8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ea8c Color CSS Codes

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

#77ea8c Text Font Color

<p style="color:#77ea8c">Text here</p>

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


#77ea8c Background Color

<div style="background-color:#77ea8c">
Div content here</div>

This div background color is #77ea8c


#77ea8c Border Color

<div style="border:3px solid #77ea8c">
Div here</div>

This div border color is #77ea8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,234,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77ea8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77ea8c;
  -webkit-box-shadow: 1px 1px 3px 2px #77ea8c;
  box-shadow:         1px 1px 3px 2px #77ea8c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ea8c


Comments

No comments written yet.

Please login to write comment.