Color Hex Logo

#76deaa Color Hex

#76DEAA
(118,222,170)
0 Favorites   0 Comments

Color spaces of #76deaa

RGB 118222170
HSL0.420.610.67
HSV150°47°87°
CMYK 0.470.000.23   0.13
XYZ40.848258.996447.2647
Yxy58.99640.27770.4010
Hunter Lab76.8091-39.487117.2821
CIE-Lab81.2896-42.027416.3071

#76deaa color RGB value is (118,222,170).

#76deaa hex color red value is 118, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #76deaa hue: 0.42 , saturation: 0.61 and the lightness value of 76deaa is 0.67.

The process color (four color CMYK) of #76deaa color hex is 0.47, 0.00, 0.23, 0.13. Web safe color of #76deaa is #66cc99. Color #76deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 10101010
Octal 166 336 252
Decimal 118 222 170
Hex 76 DE AA

RGB Percentages of Color #76deaa

%23.14
%43.53
%33.33

CMYK Percentages of Color #76deaa

%47
%0
%23
%13

Triadic Colors of #76deaa

#76deaa #aa76de #deaa76

Analogous Colors of #76deaa

#76deaa #76dede #76de76

Monochromatic Colors of #76deaa

#76deaa

Complementary Color

#76deaa #de76aa

#76deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76deaa Color CSS Codes

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

#76deaa Text Font Color

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

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


#76deaa Background Color

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

This div background color is #76deaa


#76deaa Border Color

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

This div border color is #76deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76deaa


Comments

No comments written yet.

Please login to write comment.