Color spaces of #409adf
RGB | 64 | 154 | 223 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.56 |
HSV | 206° | 71° | 87° |
CMYK | 0.71 | 0.31 | 0.00 0.13 |
XYZ | 26.9892 | 29.5289 | 74.0892 |
Yxy | 29.5289 | 0.2066 | 0.2261 |
Hunter Lab | 54.3405 | -6.4406 | -42.7991 |
CIE-Lab | 61.2456 | -4.3151 | -42.7297 |
#409adf color RGB value is (64,154,223).
#409adf hex color red value is 64, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #409adf hue: 0.57 , saturation: 0.71 and the lightness value of 409adf is 0.56.
The process color (four color CMYK) of #409adf color hex is 0.71, 0.31, 0.00, 0.13. Web safe color of #409adf is #3399cc. Color #409adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10011010 | 11011111 |
Octal | 100 | 232 | 337 |
Decimal | 64 | 154 | 223 |
Hex | 40 | 9A | DF |
Shades of #409adf
Tints of #409adf
RGB Percentages of Color #409adf
CMYK Percentages of Color #409adf
Complementary Color
#409adf | #df8540 |
#409adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#409adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#409adf Color CSS Codes
.mybgcolor {background-color:#409adf; } .myforecolor {color:#409adf; } .mybordercolor {border:3px solid #409adf; }
#409adf Text Font Color
<p style="color:#409adf">Text here</p>
This sample text font color is #409adf
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.
#409adf Background Color
<div style="background-color:#409adf">
Div content here</div>
This div background color is #409adf
#409adf Border Color
<div style="border:3px solid #409adf">
Div here</div>
This div border color is #409adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,154,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #409adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #409adf; -webkit-box-shadow: 1px 1px 3px 2px #409adf; box-shadow: 1px 1px 3px 2px #409adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,154,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #409adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #409adf; -webkit-box-shadow: 1px 1px 3px 2px #409adf; box-shadow: 1px 1px 3px 2px #409adf;">
Div content here</div>
This div box has shadow with color #409adf
Comments
No comments written yet.
Please login to write comment.