Color spaces of #51dbcb
RGB | 81 | 219 | 203 |
---|---|---|---|
HSL | 0.48 | 0.66 | 0.59 |
HSV | 173° | 63° | 86° |
CMYK | 0.63 | 0.00 | 0.07 0.14 |
XYZ | 39.5043 | 56.7242 | 65.3667 |
Yxy | 56.7242 | 0.2445 | 0.3510 |
Hunter Lab | 75.3155 | -38.1757 | 1.2627 |
CIE-Lab | 80.0242 | -40.7573 | -3.1593 |
#51dbcb color RGB value is (81,219,203).
#51dbcb hex color red value is 81, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #51dbcb hue: 0.48 , saturation: 0.66 and the lightness value of 51dbcb is 0.59.
The process color (four color CMYK) of #51dbcb color hex is 0.63, 0.00, 0.07, 0.14. Web safe color of #51dbcb is #66cccc. Color #51dbcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 11011011 | 11001011 |
Octal | 121 | 333 | 313 |
Decimal | 81 | 219 | 203 |
Hex | 51 | DB | CB |
Shades of #51dbcb
Tints of #51dbcb
RGB Percentages of Color #51dbcb
CMYK Percentages of Color #51dbcb
Complementary Color
#51dbcb | #db5161 |
#51dbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51dbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#51dbcb Color CSS Codes
.mybgcolor {background-color:#51dbcb; } .myforecolor {color:#51dbcb; } .mybordercolor {border:3px solid #51dbcb; }
#51dbcb Text Font Color
<p style="color:#51dbcb">Text here</p>
This sample text font color is #51dbcb
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.
#51dbcb Background Color
<div style="background-color:#51dbcb">
Div content here</div>
This div background color is #51dbcb
#51dbcb Border Color
<div style="border:3px solid #51dbcb">
Div here</div>
This div border color is #51dbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,219,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51dbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51dbcb; -webkit-box-shadow: 1px 1px 3px 2px #51dbcb; box-shadow: 1px 1px 3px 2px #51dbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,219,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51dbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51dbcb; -webkit-box-shadow: 1px 1px 3px 2px #51dbcb; box-shadow: 1px 1px 3px 2px #51dbcb;">
Div content here</div>
This div box has shadow with color #51dbcb
Comments
No comments written yet.
Please login to write comment.