Color Hex Logo

#76ddbe Color Hex

#76DDBE
(118,221,190)
0 Favorites   0 Comments

Color spaces of #76ddbe

RGB 118221190
HSL0.450.600.66
HSV162°47°87°
CMYK 0.470.000.14   0.13
XYZ42.621959.282257.9114
Yxy59.28220.26670.3709
Hunter Lab76.9949-35.92939.3017
CIE-Lab81.4465-37.31935.9678

#76ddbe color RGB value is (118,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 10111110
Octal 166 335 276
Decimal 118 221 190
Hex 76 DD BE

RGB Percentages of Color #76ddbe

%22.31
%41.78
%35.92

CMYK Percentages of Color #76ddbe

%47
%0
%14
%13

Triadic Colors of #76ddbe

#76ddbe #be76dd #ddbe76

Analogous Colors of #76ddbe

#76ddbe #76c9dd #76dd8b

Monochromatic Colors of #76ddbe

#76ddbe

Complementary Color

#76ddbe #dd7695

#76ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ddbe Color CSS Codes

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

#76ddbe Text Font Color

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

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


#76ddbe Background Color

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

This div background color is #76ddbe


#76ddbe Border Color

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

This div border color is #76ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ddbe

#76ddbe Color Palettes


Comments

No comments written yet.

Please login to write comment.