Color spaces of #54abfc
RGB | 84 | 171 | 252 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.66 |
HSV | 209° | 67° | 99° |
CMYK | 0.67 | 0.32 | 0.00 0.01 |
XYZ | 35.7898 | 38.0389 | 97.5514 |
Yxy | 38.0389 | 0.2088 | 0.2220 |
Hunter Lab | 61.6757 | -4.3506 | -50.6050 |
CIE-Lab | 68.0493 | -1.2234 | -47.8937 |
#54abfc color RGB value is (84,171,252).
#54abfc hex color red value is 84, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #54abfc hue: 0.58 , saturation: 0.97 and the lightness value of 54abfc is 0.66.
The process color (four color CMYK) of #54abfc color hex is 0.67, 0.32, 0.00, 0.01. Web safe color of #54abfc is #6699ff. Color #54abfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 10101011 | 11111100 |
Octal | 124 | 253 | 374 |
Decimal | 84 | 171 | 252 |
Hex | 54 | AB | FC |
Shades of #54abfc
Tints of #54abfc
RGB Percentages of Color #54abfc
CMYK Percentages of Color #54abfc
Complementary Color
#54abfc | #fca554 |
#54abfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54abfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#54abfc Color CSS Codes
.mybgcolor {background-color:#54abfc; } .myforecolor {color:#54abfc; } .mybordercolor {border:3px solid #54abfc; }
#54abfc Text Font Color
<p style="color:#54abfc">Text here</p>
This sample text font color is #54abfc
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.
#54abfc Background Color
<div style="background-color:#54abfc">
Div content here</div>
This div background color is #54abfc
#54abfc Border Color
<div style="border:3px solid #54abfc">
Div here</div>
This div border color is #54abfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,171,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54abfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54abfc; -webkit-box-shadow: 1px 1px 3px 2px #54abfc; box-shadow: 1px 1px 3px 2px #54abfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,171,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 #54abfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54abfc; -webkit-box-shadow: 1px 1px 3px 2px #54abfc; box-shadow: 1px 1px 3px 2px #54abfc;">
Div content here</div>
This div box has shadow with color #54abfc
Comments
No comments written yet.
Please login to write comment.