Color Hex Logo

#76dccd Color Hex

#76DCCD
(118,220,205)
0 Favorites   0 Comments

Color spaces of #76dccd

RGB 118220205
HSL0.480.590.66
HSV171°46°86°
CMYK 0.460.000.07   0.14
XYZ44.083959.445766.9083
Yxy59.44570.25870.3488
Hunter Lab77.1010-32.86622.5188
CIE-Lab81.5360-33.3784-1.8689

#76dccd color RGB value is (118,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011100 11001101
Octal 166 334 315
Decimal 118 220 205
Hex 76 DC CD

RGB Percentages of Color #76dccd

%21.73
%40.52
%37.75

CMYK Percentages of Color #76dccd

%46
%0
%7
%14

Triadic Colors of #76dccd

#76dccd #cd76dc #dccd76

Analogous Colors of #76dccd

#76dccd #76b8dc #76dc9a

Monochromatic Colors of #76dccd

#76dccd

Complementary Color

#76dccd #dc7685

#76dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dccd Color CSS Codes

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

#76dccd Text Font Color

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

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


#76dccd Background Color

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

This div background color is #76dccd


#76dccd Border Color

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

This div border color is #76dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dccd


Comments

No comments written yet.

Please login to write comment.