Color Hex Logo

#77fbaa Color Hex

#77FBAA
(119,251,170)
0 Favorites   0 Comments

Color spaces of #77fbaa

RGB 119251170
HSL0.400.940.73
HSV143°53°98°
CMYK 0.530.000.32   0.02
XYZ49.360675.818650.0631
Yxy75.81860.28170.4327
Hunter Lab87.0739-51.190926.8629
CIE-Lab89.7751-54.027628.0056

#77fbaa color RGB value is (119,251,170).

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

The process color (four color CMYK) of #77fbaa color hex is 0.53, 0.00, 0.32, 0.02. Web safe color of #77fbaa is #66ff99. Color #77fbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111011 10101010
Octal 167 373 252
Decimal 119 251 170
Hex 77 FB AA

RGB Percentages of Color #77fbaa

%22.04
%46.48
%31.48

CMYK Percentages of Color #77fbaa

%53
%0
%32
%2

Triadic Colors of #77fbaa

#77fbaa #aa77fb #fbaa77

Analogous Colors of #77fbaa

#77fbaa #77fbec #86fb77

Monochromatic Colors of #77fbaa

#77fbaa

Complementary Color

#77fbaa #fb77c8

#77fbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fbaa Color CSS Codes

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

#77fbaa Text Font Color

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

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


#77fbaa Background Color

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

This div background color is #77fbaa


#77fbaa Border Color

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

This div border color is #77fbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fbaa


Comments

No comments written yet.

Please login to write comment.