Color spaces of #71aefb
RGB | 113 | 174 | 251 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.71 |
HSV | 213° | 55° | 98° |
CMYK | 0.55 | 0.31 | 0.00 0.02 |
XYZ | 39.3587 | 40.7478 | 97.0575 |
Yxy | 40.7478 | 0.2222 | 0.2300 |
Hunter Lab | 63.8340 | -1.6502 | -45.4647 |
CIE-Lab | 69.9989 | 1.9964 | -44.2064 |
#71aefb color RGB value is (113,174,251).
#71aefb hex color red value is 113, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71aefb hue: 0.59 , saturation: 0.95 and the lightness value of 71aefb is 0.71.
The process color (four color CMYK) of #71aefb color hex is 0.55, 0.31, 0.00, 0.02. Web safe color of #71aefb is #6699ff. Color #71aefb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10101110 | 11111011 |
Octal | 161 | 256 | 373 |
Decimal | 113 | 174 | 251 |
Hex | 71 | AE | FB |
Shades of #71aefb
Tints of #71aefb
RGB Percentages of Color #71aefb
CMYK Percentages of Color #71aefb
Complementary Color
#71aefb | #fbbe71 |
#71aefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71aefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#71aefb Color CSS Codes
.mybgcolor {background-color:#71aefb; } .myforecolor {color:#71aefb; } .mybordercolor {border:3px solid #71aefb; }
#71aefb Text Font Color
<p style="color:#71aefb">Text here</p>
This sample text font color is #71aefb
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.
#71aefb Background Color
<div style="background-color:#71aefb">
Div content here</div>
This div background color is #71aefb
#71aefb Border Color
<div style="border:3px solid #71aefb">
Div here</div>
This div border color is #71aefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,174,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71aefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71aefb; -webkit-box-shadow: 1px 1px 3px 2px #71aefb; box-shadow: 1px 1px 3px 2px #71aefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,174,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71aefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71aefb; -webkit-box-shadow: 1px 1px 3px 2px #71aefb; box-shadow: 1px 1px 3px 2px #71aefb;">
Div content here</div>
This div box has shadow with color #71aefb
Comments
No comments written yet.
Please login to write comment.