Color spaces of #41aafd
RGB | 65 | 170 | 253 |
---|---|---|---|
HSL | 0.57 | 0.98 | 0.62 |
HSV | 206° | 74° | 99° |
CMYK | 0.74 | 0.33 | 0.00 0.01 |
XYZ | 34.2843 | 36.9651 | 98.2565 |
Yxy | 36.9651 | 0.2023 | 0.2181 |
Hunter Lab | 60.7989 | -5.7426 | -53.2587 |
CIE-Lab | 67.2508 | -2.9172 | -49.7338 |
#41aafd color RGB value is (65,170,253).
#41aafd hex color red value is 65, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #41aafd hue: 0.57 , saturation: 0.98 and the lightness value of 41aafd is 0.62.
The process color (four color CMYK) of #41aafd color hex is 0.74, 0.33, 0.00, 0.01. Web safe color of #41aafd is #3399ff. Color #41aafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10101010 | 11111101 |
Octal | 101 | 252 | 375 |
Decimal | 65 | 170 | 253 |
Hex | 41 | AA | FD |
Shades of #41aafd
Tints of #41aafd
RGB Percentages of Color #41aafd
CMYK Percentages of Color #41aafd
Complementary Color
#41aafd | #fd9441 |
#41aafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41aafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#41aafd Color CSS Codes
.mybgcolor {background-color:#41aafd; } .myforecolor {color:#41aafd; } .mybordercolor {border:3px solid #41aafd; }
#41aafd Text Font Color
<p style="color:#41aafd">Text here</p>
This sample text font color is #41aafd
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.
#41aafd Background Color
<div style="background-color:#41aafd">
Div content here</div>
This div background color is #41aafd
#41aafd Border Color
<div style="border:3px solid #41aafd">
Div here</div>
This div border color is #41aafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,170,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41aafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41aafd; -webkit-box-shadow: 1px 1px 3px 2px #41aafd; box-shadow: 1px 1px 3px 2px #41aafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,170,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41aafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41aafd; -webkit-box-shadow: 1px 1px 3px 2px #41aafd; box-shadow: 1px 1px 3px 2px #41aafd;">
Div content here</div>
This div box has shadow with color #41aafd
Comments
No comments written yet.
Please login to write comment.