Color Hex Logo

#76edae Color Hex

#76EDAE
(118,237,174)
0 Favorites   0 Comments

Color spaces of #76edae

RGB 118237174
HSL0.410.770.70
HSV148°50°93°
CMYK 0.500.000.27   0.07
XYZ45.395467.475950.6760
Yxy67.47590.27760.4126
Hunter Lab82.1437-45.106420.9235
CIE-Lab85.7437-47.714520.4277

#76edae color RGB value is (118,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 10101110
Octal 166 355 256
Decimal 118 237 174
Hex 76 ED AE

RGB Percentages of Color #76edae

%22.31
%44.80
%32.89

CMYK Percentages of Color #76edae

%50
%0
%27
%7

Triadic Colors of #76edae

#76edae #ae76ed #edae76

Analogous Colors of #76edae

#76edae #76edea #7aed76

Monochromatic Colors of #76edae

#76edae

Complementary Color

#76edae #ed76b5

#76edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edae Color CSS Codes

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

#76edae Text Font Color

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

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


#76edae Background Color

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

This div background color is #76edae


#76edae Border Color

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

This div border color is #76edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edae


Comments

No comments written yet.

Please login to write comment.