Color spaces of #51bdab
RGB | 81 | 189 | 171 |
---|---|---|---|
HSL | 0.47 | 0.45 | 0.53 |
HSV | 170° | 57° | 74° |
CMYK | 0.57 | 0.00 | 0.10 0.26 |
XYZ | 28.9416 | 41.0848 | 44.9329 |
Yxy | 41.0848 | 0.2518 | 0.3574 |
Hunter Lab | 64.0974 | -31.5733 | 3.3053 |
CIE-Lab | 70.2353 | -35.3229 | -0.2196 |
#51bdab color RGB value is (81,189,171).
#51bdab hex color red value is 81, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #51bdab hue: 0.47 , saturation: 0.45 and the lightness value of 51bdab is 0.53.
The process color (four color CMYK) of #51bdab color hex is 0.57, 0.00, 0.10, 0.26. Web safe color of #51bdab is #66cc99. Color #51bdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10111101 | 10101011 |
Octal | 121 | 275 | 253 |
Decimal | 81 | 189 | 171 |
Hex | 51 | BD | AB |
Shades of #51bdab
Tints of #51bdab
RGB Percentages of Color #51bdab
CMYK Percentages of Color #51bdab
Complementary Color
#51bdab | #bd5163 |
#51bdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51bdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#51bdab Color CSS Codes
.mybgcolor {background-color:#51bdab; } .myforecolor {color:#51bdab; } .mybordercolor {border:3px solid #51bdab; }
#51bdab Text Font Color
<p style="color:#51bdab">Text here</p>
This sample text font color is #51bdab
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.
#51bdab Background Color
<div style="background-color:#51bdab">
Div content here</div>
This div background color is #51bdab
#51bdab Border Color
<div style="border:3px solid #51bdab">
Div here</div>
This div border color is #51bdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51bdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51bdab; -webkit-box-shadow: 1px 1px 3px 2px #51bdab; box-shadow: 1px 1px 3px 2px #51bdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,189,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51bdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51bdab; -webkit-box-shadow: 1px 1px 3px 2px #51bdab; box-shadow: 1px 1px 3px 2px #51bdab;">
Div content here</div>
This div box has shadow with color #51bdab
Comments
No comments written yet.
Please login to write comment.