Color spaces of #84fdff
RGB | 132 | 253 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.76 |
HSV | 181° | 48° | 100° |
CMYK | 0.48 | 0.01 | 0.00 0.00 |
XYZ | 62.6910 | 82.3761 | 107.2038 |
Yxy | 82.3761 | 0.2485 | 0.3265 |
Hunter Lab | 90.7613 | -35.5380 | -6.4982 |
CIE-Lab | 92.7406 | -33.4727 | -11.4827 |
#84fdff color RGB value is (132,253,255).
#84fdff hex color red value is 132, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #84fdff hue: 0.50 , saturation: 1.00 and the lightness value of 84fdff is 0.76.
The process color (four color CMYK) of #84fdff color hex is 0.48, 0.01, 0.00, 0.00. Web safe color of #84fdff is #99ffff. Color #84fdff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 11111101 | 11111111 |
Octal | 204 | 375 | 377 |
Decimal | 132 | 253 | 255 |
Hex | 84 | FD | FF |
Shades of #84fdff
Tints of #84fdff
RGB Percentages of Color #84fdff
CMYK Percentages of Color #84fdff
Complementary Color
#84fdff | #ff8684 |
#84fdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84fdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#84fdff Color CSS Codes
.mybgcolor {background-color:#84fdff; } .myforecolor {color:#84fdff; } .mybordercolor {border:3px solid #84fdff; }
#84fdff Text Font Color
<p style="color:#84fdff">Text here</p>
This sample text font color is #84fdff
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.
#84fdff Background Color
<div style="background-color:#84fdff">
Div content here</div>
This div background color is #84fdff
#84fdff Border Color
<div style="border:3px solid #84fdff">
Div here</div>
This div border color is #84fdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,253,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84fdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84fdff; -webkit-box-shadow: 1px 1px 3px 2px #84fdff; box-shadow: 1px 1px 3px 2px #84fdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,253,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84fdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84fdff; -webkit-box-shadow: 1px 1px 3px 2px #84fdff; box-shadow: 1px 1px 3px 2px #84fdff;">
Div content here</div>
This div box has shadow with color #84fdff
Comments
No comments written yet.
Please login to write comment.