Color spaces of #76bccc
RGB | 118 | 188 | 204 |
---|---|---|---|
HSL | 0.53 | 0.46 | 0.63 |
HSV | 191° | 42° | 80° |
CMYK | 0.42 | 0.08 | 0.00 0.20 |
XYZ | 36.3535 | 44.1776 | 63.7378 |
Yxy | 44.1776 | 0.2520 | 0.3062 |
Hunter Lab | 66.4662 | -18.6859 | -10.3298 |
CIE-Lab | 72.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10111100 | 11001100 |
Octal | 166 | 274 | 314 |
Decimal | 118 | 188 | 204 |
Hex | 76 | BC | CC |
Shades of #76bccc
Tints of #76bccc
RGB Percentages of Color #76bccc
CMYK Percentages of Color #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.