Color spaces of #8bceda
RGB | 139 | 206 | 218 |
---|---|---|---|
HSL | 0.53 | 0.52 | 0.70 |
HSV | 189° | 36° | 85° |
CMYK | 0.36 | 0.06 | 0.00 0.15 |
XYZ | 45.3737 | 54.6935 | 74.4951 |
Yxy | 54.6935 | 0.2599 | 0.3133 |
Hunter Lab | 73.9551 | -19.9061 | -7.9544 |
CIE-Lab | 78.8644 | -18.1246 | -12.6732 |
#8bceda color RGB value is (139,206,218).
#8bceda hex color red value is 139, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8bceda hue: 0.53 , saturation: 0.52 and the lightness value of 8bceda is 0.70.
The process color (four color CMYK) of #8bceda color hex is 0.36, 0.06, 0.00, 0.15. Web safe color of #8bceda is #99cccc. Color #8bceda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11001110 | 11011010 |
Octal | 213 | 316 | 332 |
Decimal | 139 | 206 | 218 |
Hex | 8B | CE | DA |
Shades of #8bceda
Tints of #8bceda
RGB Percentages of Color #8bceda
CMYK Percentages of Color #8bceda
Complementary Color
#8bceda | #da978b |
#8bceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bceda Color CSS Codes
.mybgcolor {background-color:#8bceda; } .myforecolor {color:#8bceda; } .mybordercolor {border:3px solid #8bceda; }
#8bceda Text Font Color
<p style="color:#8bceda">Text here</p>
This sample text font color is #8bceda
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.
#8bceda Background Color
<div style="background-color:#8bceda">
Div content here</div>
This div background color is #8bceda
#8bceda Border Color
<div style="border:3px solid #8bceda">
Div here</div>
This div border color is #8bceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bceda; -webkit-box-shadow: 1px 1px 3px 2px #8bceda; box-shadow: 1px 1px 3px 2px #8bceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,206,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8bceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bceda; -webkit-box-shadow: 1px 1px 3px 2px #8bceda; box-shadow: 1px 1px 3px 2px #8bceda;">
Div content here</div>
This div box has shadow with color #8bceda
Comments
No comments written yet.
Please login to write comment.