Color Hex Logo

#76deac Color Hex

#76DEAC
(118,222,172)
0 Favorites   0 Comments

Color spaces of #76deac

RGB 118222172
HSL0.420.610.67
HSV151°47°87°
CMYK 0.470.000.23   0.13
XYZ41.038959.072748.2689
Yxy59.07270.27660.3981
Hunter Lab76.8588-39.192416.5658
CIE-Lab81.3315-41.621915.3144

#76deac color RGB value is (118,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 10101100
Octal 166 336 254
Decimal 118 222 172
Hex 76 DE AC

RGB Percentages of Color #76deac

%23.05
%43.36
%33.59

CMYK Percentages of Color #76deac

%47
%0
%23
%13

Triadic Colors of #76deac

#76deac #ac76de #deac76

Analogous Colors of #76deac

#76deac #76dcde #76de78

Monochromatic Colors of #76deac

#76deac

Complementary Color

#76deac #de76a8

#76deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76deac Color CSS Codes

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

#76deac Text Font Color

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

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


#76deac Background Color

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

This div background color is #76deac


#76deac Border Color

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

This div border color is #76deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76deac


Comments

No comments written yet.

Please login to write comment.