Color Hex Logo

#76dece Color Hex

#76DECE
(118,222,206)
0 Favorites   0 Comments

Color spaces of #76dece

RGB 118222206
HSL0.470.610.67
HSV171°47°87°
CMYK 0.470.000.07   0.13
XYZ44.733160.550367.7222
Yxy60.55030.25860.3500
Hunter Lab77.8141-33.56002.8693
CIE-Lab82.1364-34.0758-1.5203

#76dece color RGB value is (118,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 11001110
Octal 166 336 316
Decimal 118 222 206
Hex 76 DE CE

RGB Percentages of Color #76dece

%21.61
%40.66
%37.73

CMYK Percentages of Color #76dece

%47
%0
%7
%13

Triadic Colors of #76dece

#76dece #ce76de #dece76

Analogous Colors of #76dece

#76dece #76bade #76de9a

Monochromatic Colors of #76dece

#76dece

Complementary Color

#76dece #de7686

#76dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dece Color CSS Codes

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

#76dece Text Font Color

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

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


#76dece Background Color

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

This div background color is #76dece


#76dece Border Color

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

This div border color is #76dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dece


Comments

No comments written yet.

Please login to write comment.