Color spaces of #46addd
RGB | 70 | 173 | 221 |
---|---|---|---|
HSL | 0.55 | 0.69 | 0.57 |
HSV | 199° | 68° | 87° |
CMYK | 0.68 | 0.22 | 0.00 0.13 |
XYZ | 30.5205 | 36.4097 | 73.8258 |
Yxy | 36.4097 | 0.2168 | 0.2587 |
Hunter Lab | 60.3405 | -15.3096 | -30.3023 |
CIE-Lab | 66.8318 | -14.6436 | -32.8896 |
#46addd color RGB value is (70,173,221).
#46addd hex color red value is 70, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #46addd hue: 0.55 , saturation: 0.69 and the lightness value of 46addd is 0.57.
The process color (four color CMYK) of #46addd color hex is 0.68, 0.22, 0.00, 0.13. Web safe color of #46addd is #3399cc. Color #46addd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 10101101 | 11011101 |
Octal | 106 | 255 | 335 |
Decimal | 70 | 173 | 221 |
Hex | 46 | AD | DD |
Shades of #46addd
Tints of #46addd
RGB Percentages of Color #46addd
CMYK Percentages of Color #46addd
Complementary Color
#46addd | #dd7646 |
#46addd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46addd Color Preview on White Background
Lorem ipsum dolor sit amet.
#46addd Color CSS Codes
.mybgcolor {background-color:#46addd; } .myforecolor {color:#46addd; } .mybordercolor {border:3px solid #46addd; }
#46addd Text Font Color
<p style="color:#46addd">Text here</p>
This sample text font color is #46addd
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.
#46addd Background Color
<div style="background-color:#46addd">
Div content here</div>
This div background color is #46addd
#46addd Border Color
<div style="border:3px solid #46addd">
Div here</div>
This div border color is #46addd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,173,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46addd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46addd; -webkit-box-shadow: 1px 1px 3px 2px #46addd; box-shadow: 1px 1px 3px 2px #46addd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,173,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46addd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46addd; -webkit-box-shadow: 1px 1px 3px 2px #46addd; box-shadow: 1px 1px 3px 2px #46addd;">
Div content here</div>
This div box has shadow with color #46addd
Comments
No comments written yet.
Please login to write comment.