Color Hex Logo

#77ebaa Color Hex

#77EBAA
(119,235,170)
0 Favorites   0 Comments

Color spaces of #77ebaa

RGB 119235170
HSL0.410.740.69
HSV146°49°92°
CMYK 0.490.000.28   0.08
XYZ44.571866.240948.4668
Yxy66.24090.27980.4159
Hunter Lab81.3885-44.675721.6648
CIE-Lab85.1191-47.400521.6367

#77ebaa color RGB value is (119,235,170).

#77ebaa hex color red value is 119, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #77ebaa hue: 0.41 , saturation: 0.74 and the lightness value of 77ebaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101011 10101010
Octal 167 353 252
Decimal 119 235 170
Hex 77 EB AA

RGB Percentages of Color #77ebaa

%22.71
%44.85
%32.44

CMYK Percentages of Color #77ebaa

%49
%0
%28
%8

Triadic Colors of #77ebaa

#77ebaa #aa77eb #ebaa77

Analogous Colors of #77ebaa

#77ebaa #77ebe4 #7eeb77

Monochromatic Colors of #77ebaa

#77ebaa

Complementary Color

#77ebaa #eb77b8

#77ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ebaa Color CSS Codes

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

#77ebaa Text Font Color

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

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


#77ebaa Background Color

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

This div background color is #77ebaa


#77ebaa Border Color

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

This div border color is #77ebaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,235,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 #77ebaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ebaa


Comments

No comments written yet.

Please login to write comment.