Color spaces of #51cadf
RGB | 81 | 202 | 223 |
---|---|---|---|
HSL | 0.52 | 0.69 | 0.60 |
HSV | 189° | 64° | 87° |
CMYK | 0.64 | 0.09 | 0.00 0.13 |
XYZ | 37.8332 | 49.3181 | 77.3374 |
Yxy | 49.3181 | 0.2300 | 0.2998 |
Hunter Lab | 70.2268 | -26.7340 | -16.1344 |
CIE-Lab | 75.6488 | -27.2352 | -20.4307 |
#51cadf color RGB value is (81,202,223).
#51cadf hex color red value is 81, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #51cadf hue: 0.52 , saturation: 0.69 and the lightness value of 51cadf is 0.60.
The process color (four color CMYK) of #51cadf color hex is 0.64, 0.09, 0.00, 0.13. Web safe color of #51cadf is #66cccc. Color #51cadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 11001010 | 11011111 |
Octal | 121 | 312 | 337 |
Decimal | 81 | 202 | 223 |
Hex | 51 | CA | DF |
Shades of #51cadf
Tints of #51cadf
RGB Percentages of Color #51cadf
CMYK Percentages of Color #51cadf
Complementary Color
#51cadf | #df6651 |
#51cadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51cadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#51cadf Color CSS Codes
.mybgcolor {background-color:#51cadf; } .myforecolor {color:#51cadf; } .mybordercolor {border:3px solid #51cadf; }
#51cadf Text Font Color
<p style="color:#51cadf">Text here</p>
This sample text font color is #51cadf
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.
#51cadf Background Color
<div style="background-color:#51cadf">
Div content here</div>
This div background color is #51cadf
#51cadf Border Color
<div style="border:3px solid #51cadf">
Div here</div>
This div border color is #51cadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,202,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51cadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51cadf; -webkit-box-shadow: 1px 1px 3px 2px #51cadf; box-shadow: 1px 1px 3px 2px #51cadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,202,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51cadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51cadf; -webkit-box-shadow: 1px 1px 3px 2px #51cadf; box-shadow: 1px 1px 3px 2px #51cadf;">
Div content here</div>
This div box has shadow with color #51cadf
Comments
No comments written yet.
Please login to write comment.