Color Hex Logo

#76ddaf Color Hex

#76DDAF
(118,221,175)
0 Favorites   0 Comments

Color spaces of #76ddaf

RGB 118221175
HSL0.430.600.66
HSV153°47°87°
CMYK 0.470.000.21   0.13
XYZ41.065558.659649.7155
Yxy58.65960.27480.3925
Hunter Lab76.5896-38.324315.1266
CIE-Lab81.1041-40.560013.4139

#76ddaf color RGB value is (118,221,175).

#76ddaf hex color red value is 118, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #76ddaf hue: 0.43 , saturation: 0.60 and the lightness value of 76ddaf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 10101111
Octal 166 335 257
Decimal 118 221 175
Hex 76 DD AF

RGB Percentages of Color #76ddaf

%22.96
%43.00
%34.05

CMYK Percentages of Color #76ddaf

%47
%0
%21
%13

Triadic Colors of #76ddaf

#76ddaf #af76dd #ddaf76

Analogous Colors of #76ddaf

#76ddaf #76d8dd #76dd7c

Monochromatic Colors of #76ddaf

#76ddaf

Complementary Color

#76ddaf #dd76a4

#76ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ddaf Color CSS Codes

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

#76ddaf Text Font Color

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

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


#76ddaf Background Color

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

This div background color is #76ddaf


#76ddaf Border Color

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

This div border color is #76ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ddaf


Comments

No comments written yet.

Please login to write comment.