Color spaces of #8bdafe
RGB | 139 | 218 | 254 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.77 |
HSV | 199° | 45° | 100° |
CMYK | 0.45 | 0.14 | 0.00 0.00 |
XYZ | 53.6083 | 62.7875 | 103.0597 |
Yxy | 62.7875 | 0.2443 | 0.2861 |
Hunter Lab | 79.2386 | -17.9046 | -21.6471 |
CIE-Lab | 83.3304 | -15.0364 | -25.1096 |
#8bdafe color RGB value is (139,218,254).
#8bdafe hex color red value is 139, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8bdafe hue: 0.55 , saturation: 0.98 and the lightness value of 8bdafe is 0.77.
The process color (four color CMYK) of #8bdafe color hex is 0.45, 0.14, 0.00, 0.00. Web safe color of #8bdafe is #99ccff. Color #8bdafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11011010 | 11111110 |
Octal | 213 | 332 | 376 |
Decimal | 139 | 218 | 254 |
Hex | 8B | DA | FE |
Shades of #8bdafe
Tints of #8bdafe
RGB Percentages of Color #8bdafe
CMYK Percentages of Color #8bdafe
Complementary Color
#8bdafe | #feaf8b |
#8bdafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bdafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bdafe Color CSS Codes
.mybgcolor {background-color:#8bdafe; } .myforecolor {color:#8bdafe; } .mybordercolor {border:3px solid #8bdafe; }
#8bdafe Text Font Color
<p style="color:#8bdafe">Text here</p>
This sample text font color is #8bdafe
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.
#8bdafe Background Color
<div style="background-color:#8bdafe">
Div content here</div>
This div background color is #8bdafe
#8bdafe Border Color
<div style="border:3px solid #8bdafe">
Div here</div>
This div border color is #8bdafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bdafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bdafe; -webkit-box-shadow: 1px 1px 3px 2px #8bdafe; box-shadow: 1px 1px 3px 2px #8bdafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8bdafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bdafe; -webkit-box-shadow: 1px 1px 3px 2px #8bdafe; box-shadow: 1px 1px 3px 2px #8bdafe;">
Div content here</div>
This div box has shadow with color #8bdafe
Related Colors
Comments
No comments written yet.
Please login to write comment.