Color Hex Logo

#76ddbc Color Hex

#76DDBC
(118,221,188)
0 Favorites   0 Comments

Color spaces of #76ddbc

RGB 118221188
HSL0.450.600.66
HSV161°47°87°
CMYK 0.470.000.15   0.13
XYZ42.404859.195356.7678
Yxy59.19530.26780.3738
Hunter Lab76.9385-36.261710.1108
CIE-Lab81.3988-37.76496.9594

#76ddbc color RGB value is (118,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 10111100
Octal 166 335 274
Decimal 118 221 188
Hex 76 DD BC

RGB Percentages of Color #76ddbc

%22.39
%41.94
%35.67

CMYK Percentages of Color #76ddbc

%47
%0
%15
%13

Triadic Colors of #76ddbc

#76ddbc #bc76dd #ddbc76

Analogous Colors of #76ddbc

#76ddbc #76cbdd #76dd89

Monochromatic Colors of #76ddbc

#76ddbc

Complementary Color

#76ddbc #dd7697

#76ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ddbc Color CSS Codes

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

#76ddbc Text Font Color

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

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


#76ddbc Background Color

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

This div background color is #76ddbc


#76ddbc Border Color

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

This div border color is #76ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ddbc


Comments

No comments written yet.

Please login to write comment.