Color Hex Logo

#76d9cc Color Hex

#76D9CC
(118,217,204)
0 Favorites   0 Comments

Color spaces of #76d9cc

RGB 118217204
HSL0.480.570.66
HSV172°46°85°
CMYK 0.460.000.06   0.15
XYZ43.183257.836966.0144
Yxy57.83690.25850.3463
Hunter Lab76.0506-31.73231.7697
CIE-Lab80.6480-32.2051-2.6392

#76d9cc color RGB value is (118,217,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011001 11001100
Octal 166 331 314
Decimal 118 217 204
Hex 76 D9 CC

RGB Percentages of Color #76d9cc

%21.89
%40.26
%37.85

CMYK Percentages of Color #76d9cc

%46
%0
%6
%15

Triadic Colors of #76d9cc

#76d9cc #cc76d9 #d9cc76

Analogous Colors of #76d9cc

#76d9cc #76b5d9 #76d99b

Monochromatic Colors of #76d9cc

#76d9cc

Complementary Color

#76d9cc #d97683

#76d9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d9cc Color CSS Codes

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

#76d9cc Text Font Color

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

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


#76d9cc Background Color

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

This div background color is #76d9cc


#76d9cc Border Color

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

This div border color is #76d9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d9cc


Comments

No comments written yet.

Please login to write comment.