Color spaces of #51bfcb
RGB | 81 | 191 | 203 |
---|---|---|---|
HSL | 0.52 | 0.54 | 0.56 |
HSV | 186° | 60° | 80° |
CMYK | 0.60 | 0.06 | 0.00 0.20 |
XYZ | 32.8036 | 43.3227 | 63.1331 |
Yxy | 43.3227 | 0.2356 | 0.3111 |
Hunter Lab | 65.8200 | -26.2235 | -10.7957 |
CIE-Lab | 71.7734 | -27.6107 | -15.4407 |
#51bfcb color RGB value is (81,191,203).
#51bfcb hex color red value is 81, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #51bfcb hue: 0.52 , saturation: 0.54 and the lightness value of 51bfcb is 0.56.
The process color (four color CMYK) of #51bfcb color hex is 0.60, 0.06, 0.00, 0.20. Web safe color of #51bfcb is #66cccc. Color #51bfcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10111111 | 11001011 |
Octal | 121 | 277 | 313 |
Decimal | 81 | 191 | 203 |
Hex | 51 | BF | CB |
Shades of #51bfcb
Tints of #51bfcb
RGB Percentages of Color #51bfcb
CMYK Percentages of Color #51bfcb
Complementary Color
#51bfcb | #cb5d51 |
#51bfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51bfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#51bfcb Color CSS Codes
.mybgcolor {background-color:#51bfcb; } .myforecolor {color:#51bfcb; } .mybordercolor {border:3px solid #51bfcb; }
#51bfcb Text Font Color
<p style="color:#51bfcb">Text here</p>
This sample text font color is #51bfcb
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.
#51bfcb Background Color
<div style="background-color:#51bfcb">
Div content here</div>
This div background color is #51bfcb
#51bfcb Border Color
<div style="border:3px solid #51bfcb">
Div here</div>
This div border color is #51bfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,191,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51bfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51bfcb; -webkit-box-shadow: 1px 1px 3px 2px #51bfcb; box-shadow: 1px 1px 3px 2px #51bfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,191,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 #51bfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51bfcb; -webkit-box-shadow: 1px 1px 3px 2px #51bfcb; box-shadow: 1px 1px 3px 2px #51bfcb;">
Div content here</div>
This div box has shadow with color #51bfcb
Comments
No comments written yet.
Please login to write comment.