Color spaces of #8bbcdb
RGB | 139 | 188 | 219 |
---|---|---|---|
HSL | 0.56 | 0.53 | 0.70 |
HSV | 203° | 37° | 86° |
CMYK | 0.37 | 0.14 | 0.00 0.14 |
XYZ | 41.4169 | 46.5699 | 73.8238 |
Yxy | 46.5699 | 0.2560 | 0.2878 |
Hunter Lab | 68.2421 | -11.0902 | -16.3699 |
CIE-Lab | 73.9138 | -8.4922 | -20.6777 |
#8bbcdb color RGB value is (139,188,219).
#8bbcdb hex color red value is 139, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8bbcdb hue: 0.56 , saturation: 0.53 and the lightness value of 8bbcdb is 0.70.
The process color (four color CMYK) of #8bbcdb color hex is 0.37, 0.14, 0.00, 0.14. Web safe color of #8bbcdb is #99cccc. Color #8bbcdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10111100 | 11011011 |
Octal | 213 | 274 | 333 |
Decimal | 139 | 188 | 219 |
Hex | 8B | BC | DB |
Shades of #8bbcdb
Tints of #8bbcdb
RGB Percentages of Color #8bbcdb
CMYK Percentages of Color #8bbcdb
Complementary Color
#8bbcdb | #dbaa8b |
#8bbcdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bbcdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bbcdb Color CSS Codes
.mybgcolor {background-color:#8bbcdb; } .myforecolor {color:#8bbcdb; } .mybordercolor {border:3px solid #8bbcdb; }
#8bbcdb Text Font Color
<p style="color:#8bbcdb">Text here</p>
This sample text font color is #8bbcdb
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.
#8bbcdb Background Color
<div style="background-color:#8bbcdb">
Div content here</div>
This div background color is #8bbcdb
#8bbcdb Border Color
<div style="border:3px solid #8bbcdb">
Div here</div>
This div border color is #8bbcdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,188,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bbcdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bbcdb; -webkit-box-shadow: 1px 1px 3px 2px #8bbcdb; box-shadow: 1px 1px 3px 2px #8bbcdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,188,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 #8bbcdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bbcdb; -webkit-box-shadow: 1px 1px 3px 2px #8bbcdb; box-shadow: 1px 1px 3px 2px #8bbcdb;">
Div content here</div>
This div box has shadow with color #8bbcdb
#8bbcdb Color Palettes
Comments
No comments written yet.
Please login to write comment.