Color Hex Logo

#77ffaa Color Hex

#77FFAA
(119,255,170)
1 Favorites   0 Comments

Color spaces of #77ffaa

RGB 119255170
HSL0.401.000.73
HSV143°53°100°
CMYK 0.530.000.33   0.00
XYZ50.623478.344250.4840
Yxy78.34420.28210.4366
Hunter Lab88.5123-52.805828.1418
CIE-Lab90.9367-55.636429.5772

#77ffaa color RGB value is (119,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111111 10101010
Octal 167 377 252
Decimal 119 255 170
Hex 77 FF AA

RGB Percentages of Color #77ffaa

%21.88
%46.88
%31.25

CMYK Percentages of Color #77ffaa

%53
%0
%33
%0

Triadic Colors of #77ffaa

#77ffaa #aa77ff #ffaa77

Analogous Colors of #77ffaa

#77ffaa #77ffee #88ff77

Monochromatic Colors of #77ffaa

#77ffaa

Complementary Color

#77ffaa #ff77cc

#77ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ffaa Color CSS Codes

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

#77ffaa Text Font Color

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

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


#77ffaa Background Color

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

This div background color is #77ffaa


#77ffaa Border Color

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

This div border color is #77ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.