Color spaces of #71bdfa
RGB | 113 | 189 | 250 |
---|---|---|---|
HSL | 0.57 | 0.93 | 0.71 |
HSV | 207° | 55° | 98° |
CMYK | 0.55 | 0.24 | 0.00 0.02 |
XYZ | 42.2630 | 46.8080 | 97.2498 |
Yxy | 46.8080 | 0.2268 | 0.2512 |
Hunter Lab | 68.4164 | -9.4634 | -36.3857 |
CIE-Lab | 74.0668 | -6.5876 | -37.3198 |
#71bdfa color RGB value is (113,189,250).
#71bdfa hex color red value is 113, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #71bdfa hue: 0.57 , saturation: 0.93 and the lightness value of 71bdfa is 0.71.
The process color (four color CMYK) of #71bdfa color hex is 0.55, 0.24, 0.00, 0.02. Web safe color of #71bdfa is #66ccff. Color #71bdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10111101 | 11111010 |
Octal | 161 | 275 | 372 |
Decimal | 113 | 189 | 250 |
Hex | 71 | BD | FA |
Shades of #71bdfa
Tints of #71bdfa
RGB Percentages of Color #71bdfa
CMYK Percentages of Color #71bdfa
Complementary Color
#71bdfa | #faae71 |
#71bdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71bdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#71bdfa Color CSS Codes
.mybgcolor {background-color:#71bdfa; } .myforecolor {color:#71bdfa; } .mybordercolor {border:3px solid #71bdfa; }
#71bdfa Text Font Color
<p style="color:#71bdfa">Text here</p>
This sample text font color is #71bdfa
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.
#71bdfa Background Color
<div style="background-color:#71bdfa">
Div content here</div>
This div background color is #71bdfa
#71bdfa Border Color
<div style="border:3px solid #71bdfa">
Div here</div>
This div border color is #71bdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71bdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71bdfa; -webkit-box-shadow: 1px 1px 3px 2px #71bdfa; box-shadow: 1px 1px 3px 2px #71bdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,189,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71bdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71bdfa; -webkit-box-shadow: 1px 1px 3px 2px #71bdfa; box-shadow: 1px 1px 3px 2px #71bdfa;">
Div content here</div>
This div box has shadow with color #71bdfa
Comments
No comments written yet.
Please login to write comment.