Color spaces of #8dfafe
RGB | 141 | 250 | 254 |
---|---|---|---|
HSL | 0.51 | 0.98 | 0.77 |
HSV | 182° | 44° | 100° |
CMYK | 0.44 | 0.02 | 0.00 0.00 |
XYZ | 63.0595 | 81.1897 | 106.1135 |
Yxy | 81.1897 | 0.2519 | 0.3243 |
Hunter Lab | 90.1053 | -32.7625 | -6.7498 |
CIE-Lab | 92.2160 | -30.3605 | -11.7103 |
#8dfafe color RGB value is (141,250,254).
#8dfafe hex color red value is 141, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8dfafe hue: 0.51 , saturation: 0.98 and the lightness value of 8dfafe is 0.77.
The process color (four color CMYK) of #8dfafe color hex is 0.44, 0.02, 0.00, 0.00. Web safe color of #8dfafe is #99ffff. Color #8dfafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11111010 | 11111110 |
Octal | 215 | 372 | 376 |
Decimal | 141 | 250 | 254 |
Hex | 8D | FA | FE |
Shades of #8dfafe
Tints of #8dfafe
RGB Percentages of Color #8dfafe
CMYK Percentages of Color #8dfafe
Complementary Color
#8dfafe | #fe918d |
#8dfafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dfafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dfafe Color CSS Codes
.mybgcolor {background-color:#8dfafe; } .myforecolor {color:#8dfafe; } .mybordercolor {border:3px solid #8dfafe; }
#8dfafe Text Font Color
<p style="color:#8dfafe">Text here</p>
This sample text font color is #8dfafe
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.
#8dfafe Background Color
<div style="background-color:#8dfafe">
Div content here</div>
This div background color is #8dfafe
#8dfafe Border Color
<div style="border:3px solid #8dfafe">
Div here</div>
This div border color is #8dfafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dfafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dfafe; -webkit-box-shadow: 1px 1px 3px 2px #8dfafe; box-shadow: 1px 1px 3px 2px #8dfafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,250,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 #8dfafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dfafe; -webkit-box-shadow: 1px 1px 3px 2px #8dfafe; box-shadow: 1px 1px 3px 2px #8dfafe;">
Div content here</div>
This div box has shadow with color #8dfafe
Comments
No comments written yet.
Please login to write comment.