Color Hex Logo

#76efaa Color Hex

#76EFAA
(118,239,170)
0 Favorites   0 Comments

Color spaces of #76efaa

RGB 118239170
HSL0.400.790.70
HSV146°51°94°
CMYK 0.510.000.29   0.06
XYZ45.593468.486848.8465
Yxy68.48680.27980.4204
Hunter Lab82.7568-46.482822.9343
CIE-Lab86.2493-49.326323.1874

#76efaa color RGB value is (118,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101111 10101010
Octal 166 357 252
Decimal 118 239 170
Hex 76 EF AA

RGB Percentages of Color #76efaa

%22.39
%45.35
%32.26

CMYK Percentages of Color #76efaa

%51
%0
%29
%6

Triadic Colors of #76efaa

#76efaa #aa76ef #efaa76

Analogous Colors of #76efaa

#76efaa #76efe7 #7fef76

Monochromatic Colors of #76efaa

#76efaa

Complementary Color

#76efaa #ef76bb

#76efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76efaa Color CSS Codes

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

#76efaa Text Font Color

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

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


#76efaa Background Color

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

This div background color is #76efaa


#76efaa Border Color

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

This div border color is #76efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76efaa


Comments

No comments written yet.

Please login to write comment.