Color Hex Logo

#76ecbd Color Hex

#76ECBD
(118,236,189)
0 Favorites   0 Comments

Color spaces of #76ecbd

RGB 118236189
HSL0.430.760.69
HSV156°50°93°
CMYK 0.500.000.20   0.07
XYZ46.652067.516658.7173
Yxy67.51660.26980.3905
Hunter Lab82.1685-42.449615.1495
CIE-Lab85.7642-44.229212.6638

#76ecbd color RGB value is (118,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101100 10111101
Octal 166 354 275
Decimal 118 236 189
Hex 76 EC BD

RGB Percentages of Color #76ecbd

%21.73
%43.46
%34.81

CMYK Percentages of Color #76ecbd

%50
%0
%20
%7

Triadic Colors of #76ecbd

#76ecbd #bd76ec #ecbd76

Analogous Colors of #76ecbd

#76ecbd #76e0ec #76ec82

Monochromatic Colors of #76ecbd

#76ecbd

Complementary Color

#76ecbd #ec76a5

#76ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ecbd Color CSS Codes

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

#76ecbd Text Font Color

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

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


#76ecbd Background Color

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

This div background color is #76ecbd


#76ecbd Border Color

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

This div border color is #76ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ecbd


Comments

No comments written yet.

Please login to write comment.