Color spaces of #71adbd
RGB | 113 | 173 | 189 |
---|---|---|---|
HSL | 0.54 | 0.37 | 0.59 |
HSV | 193° | 40° | 74° |
CMYK | 0.40 | 0.08 | 0.00 0.26 |
XYZ | 30.9389 | 37.0720 | 53.6691 |
Yxy | 37.0720 | 0.2543 | 0.3047 |
Hunter Lab | 60.8868 | -15.8492 | -9.6409 |
CIE-Lab | 67.3310 | -15.2379 | -14.3116 |
#71adbd color RGB value is (113,173,189).
#71adbd hex color red value is 113, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #71adbd hue: 0.54 , saturation: 0.37 and the lightness value of 71adbd is 0.59.
The process color (four color CMYK) of #71adbd color hex is 0.40, 0.08, 0.00, 0.26. Web safe color of #71adbd is #6699cc. Color #71adbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10101101 | 10111101 |
Octal | 161 | 255 | 275 |
Decimal | 113 | 173 | 189 |
Hex | 71 | AD | BD |
Shades of #71adbd
Tints of #71adbd
RGB Percentages of Color #71adbd
CMYK Percentages of Color #71adbd
Complementary Color
#71adbd | #bd8171 |
#71adbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71adbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#71adbd Color CSS Codes
.mybgcolor {background-color:#71adbd; } .myforecolor {color:#71adbd; } .mybordercolor {border:3px solid #71adbd; }
#71adbd Text Font Color
<p style="color:#71adbd">Text here</p>
This sample text font color is #71adbd
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.
#71adbd Background Color
<div style="background-color:#71adbd">
Div content here</div>
This div background color is #71adbd
#71adbd Border Color
<div style="border:3px solid #71adbd">
Div here</div>
This div border color is #71adbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,173,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71adbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71adbd; -webkit-box-shadow: 1px 1px 3px 2px #71adbd; box-shadow: 1px 1px 3px 2px #71adbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,173,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 #71adbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71adbd; -webkit-box-shadow: 1px 1px 3px 2px #71adbd; box-shadow: 1px 1px 3px 2px #71adbd;">
Div content here</div>
This div box has shadow with color #71adbd
Comments
No comments written yet.
Please login to write comment.