Color spaces of #41bcfa
RGB | 65 | 188 | 250 |
---|---|---|---|
HSL | 0.56 | 0.95 | 0.62 |
HSV | 200° | 74° | 98° |
CMYK | 0.74 | 0.25 | 0.00 0.02 |
XYZ | 37.4185 | 43.9924 | 96.9617 |
Yxy | 43.9924 | 0.2098 | 0.2466 |
Hunter Lab | 66.3268 | -15.3704 | -40.2461 |
CIE-Lab | 72.2234 | -13.8195 | -40.3076 |
#41bcfa color RGB value is (65,188,250).
#41bcfa hex color red value is 65, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #41bcfa hue: 0.56 , saturation: 0.95 and the lightness value of 41bcfa is 0.62.
The process color (four color CMYK) of #41bcfa color hex is 0.74, 0.25, 0.00, 0.02. Web safe color of #41bcfa is #33ccff. Color #41bcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10111100 | 11111010 |
Octal | 101 | 274 | 372 |
Decimal | 65 | 188 | 250 |
Hex | 41 | BC | FA |
Shades of #41bcfa
Tints of #41bcfa
RGB Percentages of Color #41bcfa
CMYK Percentages of Color #41bcfa
Complementary Color
#41bcfa | #fa7f41 |
#41bcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41bcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#41bcfa Color CSS Codes
.mybgcolor {background-color:#41bcfa; } .myforecolor {color:#41bcfa; } .mybordercolor {border:3px solid #41bcfa; }
#41bcfa Text Font Color
<p style="color:#41bcfa">Text here</p>
This sample text font color is #41bcfa
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.
#41bcfa Background Color
<div style="background-color:#41bcfa">
Div content here</div>
This div background color is #41bcfa
#41bcfa Border Color
<div style="border:3px solid #41bcfa">
Div here</div>
This div border color is #41bcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,188,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41bcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41bcfa; -webkit-box-shadow: 1px 1px 3px 2px #41bcfa; box-shadow: 1px 1px 3px 2px #41bcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,188,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41bcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41bcfa; -webkit-box-shadow: 1px 1px 3px 2px #41bcfa; box-shadow: 1px 1px 3px 2px #41bcfa;">
Div content here</div>
This div box has shadow with color #41bcfa
Comments
No comments written yet.
Please login to write comment.