Color spaces of #51bccf
RGB | 81 | 188 | 207 |
---|---|---|---|
HSL | 0.53 | 0.57 | 0.56 |
HSV | 189° | 61° | 81° |
CMYK | 0.61 | 0.09 | 0.00 0.19 |
XYZ | 32.6390 | 42.2208 | 65.4606 |
Yxy | 42.2208 | 0.2326 | 0.3009 |
Hunter Lab | 64.9775 | -24.0480 | -14.2465 |
CIE-Lab | 71.0229 | -24.9631 | -18.7596 |
#51bccf color RGB value is (81,188,207).
#51bccf hex color red value is 81, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #51bccf hue: 0.53 , saturation: 0.57 and the lightness value of 51bccf is 0.56.
The process color (four color CMYK) of #51bccf color hex is 0.61, 0.09, 0.00, 0.19. Web safe color of #51bccf is #66cccc. Color #51bccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10111100 | 11001111 |
Octal | 121 | 274 | 317 |
Decimal | 81 | 188 | 207 |
Hex | 51 | BC | CF |
Shades of #51bccf
Tints of #51bccf
RGB Percentages of Color #51bccf
CMYK Percentages of Color #51bccf
Complementary Color
#51bccf | #cf6451 |
#51bccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51bccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#51bccf Color CSS Codes
.mybgcolor {background-color:#51bccf; } .myforecolor {color:#51bccf; } .mybordercolor {border:3px solid #51bccf; }
#51bccf Text Font Color
<p style="color:#51bccf">Text here</p>
This sample text font color is #51bccf
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.
#51bccf Background Color
<div style="background-color:#51bccf">
Div content here</div>
This div background color is #51bccf
#51bccf Border Color
<div style="border:3px solid #51bccf">
Div here</div>
This div border color is #51bccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,188,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51bccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51bccf; -webkit-box-shadow: 1px 1px 3px 2px #51bccf; box-shadow: 1px 1px 3px 2px #51bccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,188,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51bccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51bccf; -webkit-box-shadow: 1px 1px 3px 2px #51bccf; box-shadow: 1px 1px 3px 2px #51bccf;">
Div content here</div>
This div box has shadow with color #51bccf
Comments
No comments written yet.
Please login to write comment.