Color spaces of #71b0bd
RGB | 113 | 176 | 189 |
---|---|---|---|
HSL | 0.53 | 0.37 | 0.59 |
HSV | 190° | 40° | 74° |
CMYK | 0.40 | 0.07 | 0.00 0.26 |
XYZ | 31.5207 | 38.2355 | 53.8630 |
Yxy | 38.2355 | 0.2550 | 0.3093 |
Hunter Lab | 61.8349 | -17.2195 | -8.3618 |
CIE-Lab | 68.1938 | -16.8143 | -13.0141 |
#71b0bd color RGB value is (113,176,189).
#71b0bd hex color red value is 113, green value is 176 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #71b0bd hue: 0.53 , saturation: 0.37 and the lightness value of 71b0bd is 0.59.
The process color (four color CMYK) of #71b0bd color hex is 0.40, 0.07, 0.00, 0.26. Web safe color of #71b0bd is #6699cc. Color #71b0bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10110000 | 10111101 |
Octal | 161 | 260 | 275 |
Decimal | 113 | 176 | 189 |
Hex | 71 | B0 | BD |
Shades of #71b0bd
Tints of #71b0bd
RGB Percentages of Color #71b0bd
CMYK Percentages of Color #71b0bd
Complementary Color
#71b0bd | #bd7e71 |
#71b0bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71b0bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#71b0bd Color CSS Codes
.mybgcolor {background-color:#71b0bd; } .myforecolor {color:#71b0bd; } .mybordercolor {border:3px solid #71b0bd; }
#71b0bd Text Font Color
<p style="color:#71b0bd">Text here</p>
This sample text font color is #71b0bd
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.
#71b0bd Background Color
<div style="background-color:#71b0bd">
Div content here</div>
This div background color is #71b0bd
#71b0bd Border Color
<div style="border:3px solid #71b0bd">
Div here</div>
This div border color is #71b0bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,176,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71b0bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71b0bd; -webkit-box-shadow: 1px 1px 3px 2px #71b0bd; box-shadow: 1px 1px 3px 2px #71b0bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,176,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71b0bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71b0bd; -webkit-box-shadow: 1px 1px 3px 2px #71b0bd; box-shadow: 1px 1px 3px 2px #71b0bd;">
Div content here</div>
This div box has shadow with color #71b0bd
Comments
No comments written yet.
Please login to write comment.