Color spaces of #84dcfc
RGB | 132 | 220 | 252 |
---|---|---|---|
HSL | 0.54 | 0.95 | 0.75 |
HSV | 196° | 48° | 99° |
CMYK | 0.48 | 0.13 | 0.00 0.01 |
XYZ | 52.6796 | 63.1202 | 101.5024 |
Yxy | 63.1202 | 0.2424 | 0.2905 |
Hunter Lab | 79.4482 | -20.6767 | -20.1347 |
CIE-Lab | 83.5056 | -18.1908 | -23.8135 |
#84dcfc color RGB value is (132,220,252).
#84dcfc hex color red value is 132, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #84dcfc hue: 0.54 , saturation: 0.95 and the lightness value of 84dcfc is 0.75.
The process color (four color CMYK) of #84dcfc color hex is 0.48, 0.13, 0.00, 0.01. Web safe color of #84dcfc is #99ccff. Color #84dcfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 11011100 | 11111100 |
Octal | 204 | 334 | 374 |
Decimal | 132 | 220 | 252 |
Hex | 84 | DC | FC |
Shades of #84dcfc
Tints of #84dcfc
RGB Percentages of Color #84dcfc
CMYK Percentages of Color #84dcfc
Complementary Color
#84dcfc | #fca484 |
#84dcfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84dcfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#84dcfc Color CSS Codes
.mybgcolor {background-color:#84dcfc; } .myforecolor {color:#84dcfc; } .mybordercolor {border:3px solid #84dcfc; }
#84dcfc Text Font Color
<p style="color:#84dcfc">Text here</p>
This sample text font color is #84dcfc
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.
#84dcfc Background Color
<div style="background-color:#84dcfc">
Div content here</div>
This div background color is #84dcfc
#84dcfc Border Color
<div style="border:3px solid #84dcfc">
Div here</div>
This div border color is #84dcfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,220,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84dcfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84dcfc; -webkit-box-shadow: 1px 1px 3px 2px #84dcfc; box-shadow: 1px 1px 3px 2px #84dcfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,220,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84dcfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84dcfc; -webkit-box-shadow: 1px 1px 3px 2px #84dcfc; box-shadow: 1px 1px 3px 2px #84dcfc;">
Div content here</div>
This div box has shadow with color #84dcfc
Comments
No comments written yet.
Please login to write comment.