Color Hex Logo

#77efaa Color Hex

#77EFAA
(119,239,170)
0 Favorites   0 Comments

Color spaces of #77efaa

RGB 119239170
HSL0.400.790.70
HSV146°50°94°
CMYK 0.500.000.29   0.06
XYZ45.729968.557248.8529
Yxy68.55720.28030.4202
Hunter Lab82.7993-46.313522.9774
CIE-Lab86.2843-49.087123.2411

#77efaa color RGB value is (119,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 10101010
Octal 167 357 252
Decimal 119 239 170
Hex 77 EF AA

RGB Percentages of Color #77efaa

%22.54
%45.27
%32.20

CMYK Percentages of Color #77efaa

%50
%0
%29
%6

Triadic Colors of #77efaa

#77efaa #aa77ef #efaa77

Analogous Colors of #77efaa

#77efaa #77efe6 #80ef77

Monochromatic Colors of #77efaa

#77efaa

Complementary Color

#77efaa #ef77bc

#77efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efaa Color CSS Codes

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

#77efaa Text Font Color

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

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


#77efaa Background Color

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

This div background color is #77efaa


#77efaa Border Color

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

This div border color is #77efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efaa


Comments

No comments written yet.

Please login to write comment.