Color Hex Logo

#76dfbe Color Hex

#76DFBE
(118,223,190)
0 Favorites   0 Comments

Color spaces of #76dfbe

RGB 118223190
HSL0.450.620.67
HSV161°47°87°
CMYK 0.470.000.15   0.13
XYZ43.153260.344658.0885
Yxy60.34460.26710.3735
Hunter Lab77.6818-36.784210.0417
CIE-Lab82.0251-38.23006.8005

#76dfbe color RGB value is (118,223,190).

#76dfbe hex color red value is 118, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #76dfbe hue: 0.45 , saturation: 0.62 and the lightness value of 76dfbe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 10111110
Octal 166 337 276
Decimal 118 223 190
Hex 76 DF BE

RGB Percentages of Color #76dfbe

%22.22
%42.00
%35.78

CMYK Percentages of Color #76dfbe

%47
%0
%15
%13

Triadic Colors of #76dfbe

#76dfbe #be76df #dfbe76

Analogous Colors of #76dfbe

#76dfbe #76ccdf #76df8a

Monochromatic Colors of #76dfbe

#76dfbe

Complementary Color

#76dfbe #df7697

#76dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dfbe Color CSS Codes

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

#76dfbe Text Font Color

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

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


#76dfbe Background Color

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

This div background color is #76dfbe


#76dfbe Border Color

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

This div border color is #76dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dfbe


Comments

No comments written yet.

Please login to write comment.