Color spaces of #51ebc0
RGB | 81 | 235 | 192 |
---|---|---|---|
HSL | 0.45 | 0.79 | 0.62 |
HSV | 163° | 66° | 92° |
CMYK | 0.66 | 0.00 | 0.18 0.08 |
XYZ | 42.6161 | 64.9718 | 60.1639 |
Yxy | 64.9718 | 0.2540 | 0.3873 |
Hunter Lab | 80.6051 | -46.6855 | 12.1693 |
CIE-Lab | 84.4692 | -50.3657 | 9.1051 |
#51ebc0 color RGB value is (81,235,192).
#51ebc0 hex color red value is 81, green value is 235 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #51ebc0 hue: 0.45 , saturation: 0.79 and the lightness value of 51ebc0 is 0.62.
The process color (four color CMYK) of #51ebc0 color hex is 0.66, 0.00, 0.18, 0.08. Web safe color of #51ebc0 is #66ffcc. Color #51ebc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 11101011 | 11000000 |
Octal | 121 | 353 | 300 |
Decimal | 81 | 235 | 192 |
Hex | 51 | EB | C0 |
Shades of #51ebc0
Tints of #51ebc0
RGB Percentages of Color #51ebc0
CMYK Percentages of Color #51ebc0
Complementary Color
#51ebc0 | #eb517c |
#51ebc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51ebc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#51ebc0 Color CSS Codes
.mybgcolor {background-color:#51ebc0; } .myforecolor {color:#51ebc0; } .mybordercolor {border:3px solid #51ebc0; }
#51ebc0 Text Font Color
<p style="color:#51ebc0">Text here</p>
This sample text font color is #51ebc0
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.
#51ebc0 Background Color
<div style="background-color:#51ebc0">
Div content here</div>
This div background color is #51ebc0
#51ebc0 Border Color
<div style="border:3px solid #51ebc0">
Div here</div>
This div border color is #51ebc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,235,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51ebc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51ebc0; -webkit-box-shadow: 1px 1px 3px 2px #51ebc0; box-shadow: 1px 1px 3px 2px #51ebc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,235,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51ebc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51ebc0; -webkit-box-shadow: 1px 1px 3px 2px #51ebc0; box-shadow: 1px 1px 3px 2px #51ebc0;">
Div content here</div>
This div box has shadow with color #51ebc0
Comments
No comments written yet.
Please login to write comment.