Color spaces of #47affb
RGB | 71 | 175 | 251 |
---|---|---|---|
HSL | 0.57 | 0.96 | 0.63 |
HSV | 205° | 72° | 98° |
CMYK | 0.72 | 0.30 | 0.00 0.02 |
XYZ | 35.3411 | 38.9646 | 96.9250 |
Yxy | 38.9646 | 0.2064 | 0.2276 |
Hunter Lab | 62.4216 | -8.1770 | -48.3672 |
CIE-Lab | 68.7256 | -5.6539 | -46.3140 |
#47affb color RGB value is (71,175,251).
#47affb hex color red value is 71, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #47affb hue: 0.57 , saturation: 0.96 and the lightness value of 47affb is 0.63.
The process color (four color CMYK) of #47affb color hex is 0.72, 0.30, 0.00, 0.02. Web safe color of #47affb is #3399ff. Color #47affb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10101111 | 11111011 |
Octal | 107 | 257 | 373 |
Decimal | 71 | 175 | 251 |
Hex | 47 | AF | FB |
Shades of #47affb
Tints of #47affb
RGB Percentages of Color #47affb
CMYK Percentages of Color #47affb
Complementary Color
#47affb | #fb9347 |
#47affb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47affb Color Preview on White Background
Lorem ipsum dolor sit amet.
#47affb Color CSS Codes
.mybgcolor {background-color:#47affb; } .myforecolor {color:#47affb; } .mybordercolor {border:3px solid #47affb; }
#47affb Text Font Color
<p style="color:#47affb">Text here</p>
This sample text font color is #47affb
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.
#47affb Background Color
<div style="background-color:#47affb">
Div content here</div>
This div background color is #47affb
#47affb Border Color
<div style="border:3px solid #47affb">
Div here</div>
This div border color is #47affb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,175,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47affb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47affb; -webkit-box-shadow: 1px 1px 3px 2px #47affb; box-shadow: 1px 1px 3px 2px #47affb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,175,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 #47affb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47affb; -webkit-box-shadow: 1px 1px 3px 2px #47affb; box-shadow: 1px 1px 3px 2px #47affb;">
Div content here</div>
This div box has shadow with color #47affb
Comments
No comments written yet.
Please login to write comment.