Color Hex Logo

#76eaaa Color Hex

#76EAAA
(118,234,170)
0 Favorites   0 Comments

Color spaces of #76eaaa

RGB 118234170
HSL0.410.730.69
HSV147°50°92°
CMYK 0.500.000.27   0.08
XYZ44.149765.599548.3652
Yxy65.59950.27920.4149
Hunter Lab80.9935-44.438021.2905
CIE-Lab84.7917-47.219321.1789

#76eaaa color RGB value is (118,234,170).

#76eaaa hex color red value is 118, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #76eaaa hue: 0.41 , saturation: 0.73 and the lightness value of 76eaaa is 0.69.

The process color (four color CMYK) of #76eaaa color hex is 0.50, 0.00, 0.27, 0.08. Web safe color of #76eaaa is #66ff99. Color #76eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 10101010
Octal 166 352 252
Decimal 118 234 170
Hex 76 EA AA

RGB Percentages of Color #76eaaa

%22.61
%44.83
%32.57

CMYK Percentages of Color #76eaaa

%50
%0
%27
%8

Triadic Colors of #76eaaa

#76eaaa #aa76ea #eaaa76

Analogous Colors of #76eaaa

#76eaaa #76eae4 #7cea76

Monochromatic Colors of #76eaaa

#76eaaa

Complementary Color

#76eaaa #ea76b6

#76eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eaaa Color CSS Codes

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

#76eaaa Text Font Color

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

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


#76eaaa Background Color

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

This div background color is #76eaaa


#76eaaa Border Color

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

This div border color is #76eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eaaa


Comments

No comments written yet.

Please login to write comment.