Color Hex Logo

#77efaf Color Hex

#77EFAF
(119,239,175)
0 Favorites   0 Comments

Color spaces of #77efaf

RGB 119239175
HSL0.410.790.70
HSV148°50°94°
CMYK 0.500.000.27   0.06
XYZ46.212168.750151.3919
Yxy68.75010.27780.4133
Hunter Lab82.9157-45.617521.2925
CIE-Lab86.3802-48.127920.7985

#77efaf color RGB value is (119,239,175).

#77efaf hex color red value is 119, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #77efaf hue: 0.41 , saturation: 0.79 and the lightness value of 77efaf is 0.70.

The process color (four color CMYK) of #77efaf color hex is 0.50, 0.00, 0.27, 0.06. Web safe color of #77efaf is #66ff99. Color #77efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 10101111
Octal 167 357 257
Decimal 119 239 175
Hex 77 EF AF

RGB Percentages of Color #77efaf

%22.33
%44.84
%32.83

CMYK Percentages of Color #77efaf

%50
%0
%27
%6

Triadic Colors of #77efaf

#77efaf #af77ef #efaf77

Analogous Colors of #77efaf

#77efaf #77efeb #7bef77

Monochromatic Colors of #77efaf

#77efaf

Complementary Color

#77efaf #ef77b7

#77efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efaf Color CSS Codes

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

#77efaf Text Font Color

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

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


#77efaf Background Color

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

This div background color is #77efaf


#77efaf Border Color

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

This div border color is #77efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efaf


Comments

No comments written yet.

Please login to write comment.