Color spaces of #54fbbb
RGB | 84 | 251 | 187 |
---|---|---|---|
HSL | 0.44 | 0.95 | 0.66 |
HSV | 157° | 67° | 98° |
CMYK | 0.67 | 0.00 | 0.25 0.02 |
XYZ | 47.1230 | 74.4670 | 58.9036 |
Yxy | 74.4670 | 0.2611 | 0.4126 |
Hunter Lab | 86.2943 | -53.5409 | 19.9352 |
CIE-Lab | 89.1427 | -57.4691 | 18.3170 |
#54fbbb color RGB value is (84,251,187).
#54fbbb hex color red value is 84, green value is 251 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #54fbbb hue: 0.44 , saturation: 0.95 and the lightness value of 54fbbb is 0.66.
The process color (four color CMYK) of #54fbbb color hex is 0.67, 0.00, 0.25, 0.02. Web safe color of #54fbbb is #66ffcc. Color #54fbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 11111011 | 10111011 |
Octal | 124 | 373 | 273 |
Decimal | 84 | 251 | 187 |
Hex | 54 | FB | BB |
Shades of #54fbbb
Tints of #54fbbb
RGB Percentages of Color #54fbbb
CMYK Percentages of Color #54fbbb
Complementary Color
#54fbbb | #fb5494 |
#54fbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54fbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#54fbbb Color CSS Codes
.mybgcolor {background-color:#54fbbb; } .myforecolor {color:#54fbbb; } .mybordercolor {border:3px solid #54fbbb; }
#54fbbb Text Font Color
<p style="color:#54fbbb">Text here</p>
This sample text font color is #54fbbb
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.
#54fbbb Background Color
<div style="background-color:#54fbbb">
Div content here</div>
This div background color is #54fbbb
#54fbbb Border Color
<div style="border:3px solid #54fbbb">
Div here</div>
This div border color is #54fbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,251,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54fbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54fbbb; -webkit-box-shadow: 1px 1px 3px 2px #54fbbb; box-shadow: 1px 1px 3px 2px #54fbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,251,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54fbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54fbbb; -webkit-box-shadow: 1px 1px 3px 2px #54fbbb; box-shadow: 1px 1px 3px 2px #54fbbb;">
Div content here</div>
This div box has shadow with color #54fbbb
Comments
No comments written yet.
Please login to write comment.