Color Hex Logo

#76ecde Color Hex

#76ECDE
(118,236,222)
0 Favorites   0 Comments

Color spaces of #76ecde

RGB 118236222
HSL0.480.760.69
HSV173°50°93°
CMYK 0.500.000.06   0.07
XYZ50.651569.116479.7784
Yxy69.11640.25380.3464
Hunter Lab83.1363-36.73581.3001
CIE-Lab86.5617-36.7033-3.4734

#76ecde color RGB value is (118,236,222).

#76ecde hex color red value is 118, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #76ecde hue: 0.48 , saturation: 0.76 and the lightness value of 76ecde is 0.69.

The process color (four color CMYK) of #76ecde color hex is 0.50, 0.00, 0.06, 0.07. Web safe color of #76ecde is #66ffcc. Color #76ecde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101100 11011110
Octal 166 354 336
Decimal 118 236 222
Hex 76 EC DE

RGB Percentages of Color #76ecde

%20.49
%40.97
%38.54

CMYK Percentages of Color #76ecde

%50
%0
%6
%7

Triadic Colors of #76ecde

#76ecde #de76ec #ecde76

Analogous Colors of #76ecde

#76ecde #76bfec #76eca3

Monochromatic Colors of #76ecde

#76ecde

Complementary Color

#76ecde #ec7684

#76ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ecde Color CSS Codes

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

#76ecde Text Font Color

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

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


#76ecde Background Color

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

This div background color is #76ecde


#76ecde Border Color

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

This div border color is #76ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ecde


Comments

No comments written yet.

Please login to write comment.