Color Hex Logo

#76ecce Color Hex

#76ECCE
(118,236,206)
0 Favorites   0 Comments

Color spaces of #76ecce

RGB 118236206
HSL0.460.760.69
HSV165°50°93°
CMYK 0.500.000.13   0.07
XYZ48.607268.298769.0136
Yxy68.29870.26140.3674
Hunter Lab82.6430-39.63908.3382
CIE-Lab86.1556-40.48174.3310

#76ecce color RGB value is (118,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101100 11001110
Octal 166 354 316
Decimal 118 236 206
Hex 76 EC CE

RGB Percentages of Color #76ecce

%21.07
%42.14
%36.79

CMYK Percentages of Color #76ecce

%50
%0
%13
%7

Triadic Colors of #76ecce

#76ecce #ce76ec #ecce76

Analogous Colors of #76ecce

#76ecce #76cfec #76ec93

Monochromatic Colors of #76ecce

#76ecce

Complementary Color

#76ecce #ec7694

#76ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ecce Color CSS Codes

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

#76ecce Text Font Color

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

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


#76ecce Background Color

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

This div background color is #76ecce


#76ecce Border Color

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

This div border color is #76ecce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,236,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 #76ecce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ecce


Comments

No comments written yet.

Please login to write comment.