Color Hex Logo

#76edab Color Hex

#76EDAB
(118,237,171)
0 Favorites   0 Comments

Color spaces of #76edab

RGB 118237171
HSL0.410.770.70
HSV147°50°93°
CMYK 0.500.000.28   0.07
XYZ45.106167.360249.1526
Yxy67.36020.27910.4168
Hunter Lab82.0733-45.527621.9433
CIE-Lab85.6855-48.295721.8963

#76edab color RGB value is (118,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 10101011
Octal 166 355 253
Decimal 118 237 171
Hex 76 ED AB

RGB Percentages of Color #76edab

%22.43
%45.06
%32.51

CMYK Percentages of Color #76edab

%50
%0
%28
%7

Triadic Colors of #76edab

#76edab #ab76ed #edab76

Analogous Colors of #76edab

#76edab #76ede7 #7ded76

Monochromatic Colors of #76edab

#76edab

Complementary Color

#76edab #ed76b8

#76edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edab Color CSS Codes

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

#76edab Text Font Color

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

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


#76edab Background Color

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

This div background color is #76edab


#76edab Border Color

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

This div border color is #76edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edab


Comments

No comments written yet.

Please login to write comment.