Color spaces of #54eafc
RGB | 84 | 234 | 252 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.66 |
HSV | 186° | 67° | 99° |
CMYK | 0.67 | 0.07 | 0.00 0.01 |
XYZ | 50.6497 | 67.7587 | 102.5047 |
Yxy | 67.7587 | 0.2293 | 0.3067 |
Hunter Lab | 82.3157 | -34.2195 | -16.2107 |
CIE-Lab | 85.8856 | -33.7942 | -20.3510 |
#54eafc color RGB value is (84,234,252).
#54eafc hex color red value is 84, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #54eafc hue: 0.52 , saturation: 0.97 and the lightness value of 54eafc is 0.66.
The process color (four color CMYK) of #54eafc color hex is 0.67, 0.07, 0.00, 0.01. Web safe color of #54eafc is #66ffff. Color #54eafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 11101010 | 11111100 |
Octal | 124 | 352 | 374 |
Decimal | 84 | 234 | 252 |
Hex | 54 | EA | FC |
Shades of #54eafc
Tints of #54eafc
RGB Percentages of Color #54eafc
CMYK Percentages of Color #54eafc
Complementary Color
#54eafc | #fc6654 |
#54eafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54eafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#54eafc Color CSS Codes
.mybgcolor {background-color:#54eafc; } .myforecolor {color:#54eafc; } .mybordercolor {border:3px solid #54eafc; }
#54eafc Text Font Color
<p style="color:#54eafc">Text here</p>
This sample text font color is #54eafc
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.
#54eafc Background Color
<div style="background-color:#54eafc">
Div content here</div>
This div background color is #54eafc
#54eafc Border Color
<div style="border:3px solid #54eafc">
Div here</div>
This div border color is #54eafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,234,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54eafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54eafc; -webkit-box-shadow: 1px 1px 3px 2px #54eafc; box-shadow: 1px 1px 3px 2px #54eafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,234,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 #54eafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54eafc; -webkit-box-shadow: 1px 1px 3px 2px #54eafc; box-shadow: 1px 1px 3px 2px #54eafc;">
Div content here</div>
This div box has shadow with color #54eafc
Comments
No comments written yet.
Please login to write comment.