Color Hex Logo

#76bccc Color Hex

#76BCCC
(118,188,204)
0 Favorites   0 Comments

Color spaces of #76bccc

RGB 118188204
HSL0.530.460.63
HSV191°42°80°
CMYK 0.420.080.00   0.20
XYZ36.353544.177663.7378
Yxy44.17760.25200.3062
Hunter Lab66.4662-18.6859-10.3298
CIE-Lab72.3470-17.8625-14.9825

#76bccc color RGB value is (118,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 11001100
Octal 166 274 314
Decimal 118 188 204
Hex 76 BC CC

RGB Percentages of Color #76bccc

%23.14
%36.86
%40.00

CMYK Percentages of Color #76bccc

%42
%8
%0
%20

Triadic Colors of #76bccc

#76bccc #cc76bc #bccc76

Analogous Colors of #76bccc

#76bccc #7691cc #76ccb1

Monochromatic Colors of #76bccc

#76bccc

Complementary Color

#76bccc #cc8676

#76bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bccc Color CSS Codes

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

#76bccc Text Font Color

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

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


#76bccc Background Color

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

This div background color is #76bccc


#76bccc Border Color

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

This div border color is #76bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bccc

#76bccc Color Palettes


Comments

No comments written yet.

Please login to write comment.