Color Hex Logo

#76edac Color Hex

#76EDAC
(118,237,172)
0 Favorites   0 Comments

Color spaces of #76edac

RGB 118237172
HSL0.410.770.70
HSV147°50°93°
CMYK 0.500.000.27   0.07
XYZ45.201867.398549.6566
Yxy67.39850.27860.4154
Hunter Lab82.0966-45.388221.6057
CIE-Lab85.7048-48.103221.4069

#76edac color RGB value is (118,237,172).

#76edac hex color red value is 118, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #76edac hue: 0.41 , saturation: 0.77 and the lightness value of 76edac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 10101100
Octal 166 355 254
Decimal 118 237 172
Hex 76 ED AC

RGB Percentages of Color #76edac

%22.39
%44.97
%32.64

CMYK Percentages of Color #76edac

%50
%0
%27
%7

Triadic Colors of #76edac

#76edac #ac76ed #edac76

Analogous Colors of #76edac

#76edac #76ede8 #7ced76

Monochromatic Colors of #76edac

#76edac

Complementary Color

#76edac #ed76b7

#76edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edac Color CSS Codes

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

#76edac Text Font Color

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

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


#76edac Background Color

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

This div background color is #76edac


#76edac Border Color

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

This div border color is #76edac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,237,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76edac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edac


Comments

No comments written yet.

Please login to write comment.