Color spaces of #8bfadb
RGB | 139 | 250 | 219 |
---|---|---|---|
HSL | 0.45 | 0.92 | 0.76 |
HSV | 163° | 44° | 98° |
CMYK | 0.44 | 0.00 | 0.12 0.02 |
XYZ | 57.6193 | 78.9747 | 79.2246 |
Yxy | 78.9747 | 0.2670 | 0.3659 |
Hunter Lab | 88.8677 | -39.7842 | 9.3510 |
CIE-Lab | 91.2228 | -38.9991 | 4.9813 |
#8bfadb color RGB value is (139,250,219).
#8bfadb hex color red value is 139, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8bfadb hue: 0.45 , saturation: 0.92 and the lightness value of 8bfadb is 0.76.
The process color (four color CMYK) of #8bfadb color hex is 0.44, 0.00, 0.12, 0.02. Web safe color of #8bfadb is #99ffcc. Color #8bfadb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11111010 | 11011011 |
Octal | 213 | 372 | 333 |
Decimal | 139 | 250 | 219 |
Hex | 8B | FA | DB |
Shades of #8bfadb
Tints of #8bfadb
RGB Percentages of Color #8bfadb
CMYK Percentages of Color #8bfadb
Complementary Color
#8bfadb | #fa8baa |
#8bfadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bfadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bfadb Color CSS Codes
.mybgcolor {background-color:#8bfadb; } .myforecolor {color:#8bfadb; } .mybordercolor {border:3px solid #8bfadb; }
#8bfadb Text Font Color
<p style="color:#8bfadb">Text here</p>
This sample text font color is #8bfadb
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.
#8bfadb Background Color
<div style="background-color:#8bfadb">
Div content here</div>
This div background color is #8bfadb
#8bfadb Border Color
<div style="border:3px solid #8bfadb">
Div here</div>
This div border color is #8bfadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,250,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bfadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bfadb; -webkit-box-shadow: 1px 1px 3px 2px #8bfadb; box-shadow: 1px 1px 3px 2px #8bfadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,250,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 #8bfadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bfadb; -webkit-box-shadow: 1px 1px 3px 2px #8bfadb; box-shadow: 1px 1px 3px 2px #8bfadb;">
Div content here</div>
This div box has shadow with color #8bfadb
Comments
No comments written yet.
Please login to write comment.