Color Hex Logo

#76fbaa Color Hex

#76FBAA
(118,251,170)
0 Favorites   0 Comments

Color spaces of #76fbaa

RGB 118251170
HSL0.400.940.72
HSV143°53°98°
CMYK 0.530.000.32   0.02
XYZ49.224175.748250.0567
Yxy75.74820.28120.4328
Hunter Lab87.0334-51.353126.8232
CIE-Lab89.7423-54.257227.9558

#76fbaa color RGB value is (118,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 10101010
Octal 166 373 252
Decimal 118 251 170
Hex 76 FB AA

RGB Percentages of Color #76fbaa

%21.89
%46.57
%31.54

CMYK Percentages of Color #76fbaa

%53
%0
%32
%2

Triadic Colors of #76fbaa

#76fbaa #aa76fb #fbaa76

Analogous Colors of #76fbaa

#76fbaa #76fbed #85fb76

Monochromatic Colors of #76fbaa

#76fbaa

Complementary Color

#76fbaa #fb76c7

#76fbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbaa Color CSS Codes

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

#76fbaa Text Font Color

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

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


#76fbaa Background Color

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

This div background color is #76fbaa


#76fbaa Border Color

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

This div border color is #76fbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbaa


Comments

No comments written yet.

Please login to write comment.