Color spaces of #71bcde
RGB | 113 | 188 | 222 |
---|---|---|---|
HSL | 0.55 | 0.62 | 0.66 |
HSV | 199° | 49° | 87° |
CMYK | 0.49 | 0.15 | 0.00 0.13 |
XYZ | 37.9781 | 44.7511 | 75.7434 |
Yxy | 44.7511 | 0.2397 | 0.2824 |
Hunter Lab | 66.8963 | -15.7311 | -20.3038 |
CIE-Lab | 72.7277 | -14.1753 | -24.2326 |
#71bcde color RGB value is (113,188,222).
#71bcde hex color red value is 113, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #71bcde hue: 0.55 , saturation: 0.62 and the lightness value of 71bcde is 0.66.
The process color (four color CMYK) of #71bcde color hex is 0.49, 0.15, 0.00, 0.13. Web safe color of #71bcde is #66cccc. Color #71bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10111100 | 11011110 |
Octal | 161 | 274 | 336 |
Decimal | 113 | 188 | 222 |
Hex | 71 | BC | DE |
Shades of #71bcde
Tints of #71bcde
RGB Percentages of Color #71bcde
CMYK Percentages of Color #71bcde
Complementary Color
#71bcde | #de9371 |
#71bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#71bcde Color CSS Codes
.mybgcolor {background-color:#71bcde; } .myforecolor {color:#71bcde; } .mybordercolor {border:3px solid #71bcde; }
#71bcde Text Font Color
<p style="color:#71bcde">Text here</p>
This sample text font color is #71bcde
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.
#71bcde Background Color
<div style="background-color:#71bcde">
Div content here</div>
This div background color is #71bcde
#71bcde Border Color
<div style="border:3px solid #71bcde">
Div here</div>
This div border color is #71bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71bcde; -webkit-box-shadow: 1px 1px 3px 2px #71bcde; box-shadow: 1px 1px 3px 2px #71bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71bcde; -webkit-box-shadow: 1px 1px 3px 2px #71bcde; box-shadow: 1px 1px 3px 2px #71bcde;">
Div content here</div>
This div box has shadow with color #71bcde
Comments
No comments written yet.
Please login to write comment.