Color Hex Logo

#76dfad Color Hex

#76DFAD
(118,223,173)
0 Favorites   0 Comments

Color spaces of #76dfad

RGB 118223173
HSL0.420.620.67
HSV151°47°87°
CMYK 0.470.000.22   0.13
XYZ41.401759.644048.8655
Yxy59.64400.27620.3979
Hunter Lab77.2295-39.460316.5461
CIE-Lab81.6443-41.859615.2280

#76dfad color RGB value is (118,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 10101101
Octal 166 337 255
Decimal 118 223 173
Hex 76 DF AD

RGB Percentages of Color #76dfad

%22.96
%43.39
%33.66

CMYK Percentages of Color #76dfad

%47
%0
%22
%13

Triadic Colors of #76dfad

#76dfad #ad76df #dfad76

Analogous Colors of #76dfad

#76dfad #76dddf #76df79

Monochromatic Colors of #76dfad

#76dfad

Complementary Color

#76dfad #df76a8

#76dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dfad Color CSS Codes

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

#76dfad Text Font Color

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

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


#76dfad Background Color

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

This div background color is #76dfad


#76dfad Border Color

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

This div border color is #76dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dfad


Comments

No comments written yet.

Please login to write comment.