Color Hex Logo

#76ddcc Color Hex

#76DDCC
(118,221,204)
0 Favorites   0 Comments

Color spaces of #76ddcc

RGB 118221204
HSL0.470.600.66
HSV170°47°87°
CMYK 0.470.000.08   0.13
XYZ44.226759.924166.3623
Yxy59.92410.25940.3514
Hunter Lab77.4107-33.48703.3596
CIE-Lab81.7969-34.0857-0.9552

#76ddcc color RGB value is (118,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 11001100
Octal 166 335 314
Decimal 118 221 204
Hex 76 DD CC

RGB Percentages of Color #76ddcc

%21.73
%40.70
%37.57

CMYK Percentages of Color #76ddcc

%47
%0
%8
%13

Triadic Colors of #76ddcc

#76ddcc #cc76dd #ddcc76

Analogous Colors of #76ddcc

#76ddcc #76bbdd #76dd99

Monochromatic Colors of #76ddcc

#76ddcc

Complementary Color

#76ddcc #dd7687

#76ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ddcc Color CSS Codes

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

#76ddcc Text Font Color

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

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


#76ddcc Background Color

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

This div background color is #76ddcc


#76ddcc Border Color

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

This div border color is #76ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ddcc


Comments

No comments written yet.

Please login to write comment.