Color Hex Logo

#76cccd Color Hex

#76CCCD
(118,204,205)
0 Favorites   0 Comments

Color spaces of #76cccd

RGB 118204205
HSL0.500.470.63
HSV181°42°80°
CMYK 0.420.000.00   0.20
XYZ40.083551.445165.5749
Yxy51.44510.25510.3275
Hunter Lab71.7252-25.7648-3.9983
CIE-Lab76.9478-25.6823-8.6423

#76cccd color RGB value is (118,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11001101
Octal 166 314 315
Decimal 118 204 205
Hex 76 CC CD

RGB Percentages of Color #76cccd

%22.39
%38.71
%38.90

CMYK Percentages of Color #76cccd

%42
%0
%0
%20

Triadic Colors of #76cccd

#76cccd #cd76cc #cccd76

Analogous Colors of #76cccd

#76cccd #76a1cd #76cda3

Monochromatic Colors of #76cccd

#76cccd

Complementary Color

#76cccd #cd7776

#76cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cccd Color CSS Codes

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

#76cccd Text Font Color

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

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


#76cccd Background Color

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

This div background color is #76cccd


#76cccd Border Color

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

This div border color is #76cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cccd


Comments

No comments written yet.

Please login to write comment.