Color spaces of #71a1ae
RGB | 113 | 161 | 174 |
---|---|---|---|
HSL | 0.54 | 0.27 | 0.56 |
HSV | 193° | 35° | 68° |
CMYK | 0.35 | 0.07 | 0.00 0.32 |
XYZ | 27.1949 | 32.0564 | 44.7986 |
Yxy | 32.0564 | 0.2614 | 0.3081 |
Hunter Lab | 56.6184 | -13.3451 | -7.2796 |
CIE-Lab | 63.3895 | -12.7231 | -11.8743 |
#71a1ae color RGB value is (113,161,174).
#71a1ae hex color red value is 113, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #71a1ae hue: 0.54 , saturation: 0.27 and the lightness value of 71a1ae is 0.56.
The process color (four color CMYK) of #71a1ae color hex is 0.35, 0.07, 0.00, 0.32. Web safe color of #71a1ae is #669999. Color #71a1ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10100001 | 10101110 |
Octal | 161 | 241 | 256 |
Decimal | 113 | 161 | 174 |
Hex | 71 | A1 | AE |
Shades of #71a1ae
Tints of #71a1ae
RGB Percentages of Color #71a1ae
CMYK Percentages of Color #71a1ae
Complementary Color
#71a1ae | #ae7e71 |
#71a1ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71a1ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#71a1ae Color CSS Codes
.mybgcolor {background-color:#71a1ae; } .myforecolor {color:#71a1ae; } .mybordercolor {border:3px solid #71a1ae; }
#71a1ae Text Font Color
<p style="color:#71a1ae">Text here</p>
This sample text font color is #71a1ae
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.
#71a1ae Background Color
<div style="background-color:#71a1ae">
Div content here</div>
This div background color is #71a1ae
#71a1ae Border Color
<div style="border:3px solid #71a1ae">
Div here</div>
This div border color is #71a1ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,161,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71a1ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71a1ae; -webkit-box-shadow: 1px 1px 3px 2px #71a1ae; box-shadow: 1px 1px 3px 2px #71a1ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,161,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71a1ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71a1ae; -webkit-box-shadow: 1px 1px 3px 2px #71a1ae; box-shadow: 1px 1px 3px 2px #71a1ae;">
Div content here</div>
This div box has shadow with color #71a1ae
Comments
No comments written yet.
Please login to write comment.