Color Hex Logo

#76dfbc Color Hex

#76DFBC
(118,223,188)
0 Favorites   0 Comments

Color spaces of #76dfbc

RGB 118223188
HSL0.440.620.67
HSV160°47°87°
CMYK 0.470.000.16   0.13
XYZ42.936060.257756.9449
Yxy60.25770.26810.3763
Hunter Lab77.6258-37.114210.8440
CIE-Lab81.9781-38.67297.7908

#76dfbc color RGB value is (118,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 10111100
Octal 166 337 274
Decimal 118 223 188
Hex 76 DF BC

RGB Percentages of Color #76dfbc

%22.31
%42.16
%35.54

CMYK Percentages of Color #76dfbc

%47
%0
%16
%13

Triadic Colors of #76dfbc

#76dfbc #bc76df #dfbc76

Analogous Colors of #76dfbc

#76dfbc #76cedf #76df88

Monochromatic Colors of #76dfbc

#76dfbc

Complementary Color

#76dfbc #df7699

#76dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dfbc Color CSS Codes

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

#76dfbc Text Font Color

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

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


#76dfbc Background Color

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

This div background color is #76dfbc


#76dfbc Border Color

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

This div border color is #76dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dfbc


Comments

No comments written yet.

Please login to write comment.