Color spaces of #54fdfa
RGB | 84 | 253 | 250 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.66 |
HSV | 179° | 67° | 99° |
CMYK | 0.67 | 0.00 | 0.01 0.01 |
XYZ | 56.0368 | 79.0375 | 102.7448 |
Yxy | 79.0375 | 0.2356 | 0.3323 |
Hunter Lab | 88.9030 | -43.0693 | -6.2890 |
CIE-Lab | 91.2513 | -43.0316 | -11.2528 |
#54fdfa color RGB value is (84,253,250).
#54fdfa hex color red value is 84, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #54fdfa hue: 0.50 , saturation: 0.98 and the lightness value of 54fdfa is 0.66.
The process color (four color CMYK) of #54fdfa color hex is 0.67, 0.00, 0.01, 0.01. Web safe color of #54fdfa is #66ffff. Color #54fdfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 11111101 | 11111010 |
Octal | 124 | 375 | 372 |
Decimal | 84 | 253 | 250 |
Hex | 54 | FD | FA |
Shades of #54fdfa
Tints of #54fdfa
RGB Percentages of Color #54fdfa
CMYK Percentages of Color #54fdfa
Complementary Color
#54fdfa | #fd5457 |
#54fdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54fdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#54fdfa Color CSS Codes
.mybgcolor {background-color:#54fdfa; } .myforecolor {color:#54fdfa; } .mybordercolor {border:3px solid #54fdfa; }
#54fdfa Text Font Color
<p style="color:#54fdfa">Text here</p>
This sample text font color is #54fdfa
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.
#54fdfa Background Color
<div style="background-color:#54fdfa">
Div content here</div>
This div background color is #54fdfa
#54fdfa Border Color
<div style="border:3px solid #54fdfa">
Div here</div>
This div border color is #54fdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,253,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54fdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54fdfa; -webkit-box-shadow: 1px 1px 3px 2px #54fdfa; box-shadow: 1px 1px 3px 2px #54fdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,253,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54fdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54fdfa; -webkit-box-shadow: 1px 1px 3px 2px #54fdfa; box-shadow: 1px 1px 3px 2px #54fdfa;">
Div content here</div>
This div box has shadow with color #54fdfa
Comments
No comments written yet.
Please login to write comment.