Color spaces of #76bfdb
RGB | 118 | 191 | 219 |
---|---|---|---|
HSL | 0.55 | 0.58 | 0.66 |
HSV | 197° | 46° | 86° |
CMYK | 0.46 | 0.13 | 0.00 0.14 |
XYZ | 38.8882 | 46.2276 | 73.8910 |
Yxy | 46.2276 | 0.2446 | 0.2907 |
Hunter Lab | 67.9909 | -16.8888 | -16.8415 |
CIE-Lab | 73.6930 | -15.4175 | -21.1117 |
#76bfdb color RGB value is (118,191,219).
#76bfdb hex color red value is 118, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #76bfdb hue: 0.55 , saturation: 0.58 and the lightness value of 76bfdb is 0.66.
The process color (four color CMYK) of #76bfdb color hex is 0.46, 0.13, 0.00, 0.14. Web safe color of #76bfdb is #66cccc. Color #76bfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10111111 | 11011011 |
Octal | 166 | 277 | 333 |
Decimal | 118 | 191 | 219 |
Hex | 76 | BF | DB |
Shades of #76bfdb
Tints of #76bfdb
RGB Percentages of Color #76bfdb
CMYK Percentages of Color #76bfdb
Complementary Color
#76bfdb | #db9276 |
#76bfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76bfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#76bfdb Color CSS Codes
.mybgcolor {background-color:#76bfdb; } .myforecolor {color:#76bfdb; } .mybordercolor {border:3px solid #76bfdb; }
#76bfdb Text Font Color
<p style="color:#76bfdb">Text here</p>
This sample text font color is #76bfdb
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.
#76bfdb Background Color
<div style="background-color:#76bfdb">
Div content here</div>
This div background color is #76bfdb
#76bfdb Border Color
<div style="border:3px solid #76bfdb">
Div here</div>
This div border color is #76bfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76bfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76bfdb; -webkit-box-shadow: 1px 1px 3px 2px #76bfdb; box-shadow: 1px 1px 3px 2px #76bfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,191,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76bfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76bfdb; -webkit-box-shadow: 1px 1px 3px 2px #76bfdb; box-shadow: 1px 1px 3px 2px #76bfdb;">
Div content here</div>
This div box has shadow with color #76bfdb
#76bfdb Color Palettes
Comments
No comments written yet.
Please login to write comment.