Color Hex Logo

#76c4cc Color Hex

#76C4CC
(118,196,204)
0 Favorites   0 Comments

Color spaces of #76c4cc

RGB 118196204
HSL0.520.460.63
HSV186°42°80°
CMYK 0.420.040.00   0.20
XYZ38.110247.691064.3234
Yxy47.69100.25390.3177
Hunter Lab69.0587-22.3470-6.8835
CIE-Lab74.6296-21.9468-11.5579

#76c4cc color RGB value is (118,196,204).

#76c4cc hex color red value is 118, green value is 196 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #76c4cc hue: 0.52 , saturation: 0.46 and the lightness value of 76c4cc is 0.63.

The process color (four color CMYK) of #76c4cc color hex is 0.42, 0.04, 0.00, 0.20. Web safe color of #76c4cc is #66cccc. Color #76c4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11000100 11001100
Octal 166 304 314
Decimal 118 196 204
Hex 76 C4 CC

RGB Percentages of Color #76c4cc

%22.78
%37.84
%39.38

CMYK Percentages of Color #76c4cc

%42
%4
%0
%20

Triadic Colors of #76c4cc

#76c4cc #cc76c4 #c4cc76

Analogous Colors of #76c4cc

#76c4cc #7699cc #76cca9

Monochromatic Colors of #76c4cc

#76c4cc

Complementary Color

#76c4cc #cc7e76

#76c4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76c4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76c4cc Color CSS Codes

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

#76c4cc Text Font Color

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

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


#76c4cc Background Color

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

This div background color is #76c4cc


#76c4cc Border Color

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

This div border color is #76c4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76c4cc


Comments

No comments written yet.

Please login to write comment.