Color Hex Logo

#76d7dc Color Hex

#76D7DC
(118,215,220)
0 Favorites   0 Comments

Color spaces of #76d7dc

RGB 118215220
HSL0.510.590.66
HSV183°46°86°
CMYK 0.460.020.00   0.14
XYZ44.689957.619776.4765
Yxy57.61970.25000.3223
Hunter Lab75.9076-27.7482-6.5990
CIE-Lab80.5269-27.2635-11.3556

#76d7dc color RGB value is (118,215,220).

#76d7dc hex color red value is 118, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #76d7dc hue: 0.51 , saturation: 0.59 and the lightness value of 76d7dc is 0.66.

The process color (four color CMYK) of #76d7dc color hex is 0.46, 0.02, 0.00, 0.14. Web safe color of #76d7dc is #66cccc. Color #76d7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010111 11011100
Octal 166 327 334
Decimal 118 215 220
Hex 76 D7 DC

RGB Percentages of Color #76d7dc

%21.34
%38.88
%39.78

CMYK Percentages of Color #76d7dc

%46
%2
%0
%14

Triadic Colors of #76d7dc

#76d7dc #dc76d7 #d7dc76

Analogous Colors of #76d7dc

#76d7dc #76a4dc #76dcae

Monochromatic Colors of #76d7dc

#76d7dc

Complementary Color

#76d7dc #dc7b76

#76d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d7dc Color CSS Codes

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

#76d7dc Text Font Color

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

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


#76d7dc Background Color

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

This div background color is #76d7dc


#76d7dc Border Color

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

This div border color is #76d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d7dc


Comments

No comments written yet.

Please login to write comment.