Color spaces of #4394dd
RGB | 67 | 148 | 221 |
---|---|---|---|
HSL | 0.58 | 0.69 | 0.56 |
HSV | 208° | 70° | 87° |
CMYK | 0.70 | 0.33 | 0.00 0.13 |
XYZ | 25.9558 | 27.5936 | 72.3647 |
Yxy | 27.5936 | 0.2061 | 0.2191 |
Hunter Lab | 52.5296 | -3.7268 | -44.9071 |
CIE-Lab | 59.5198 | -1.1254 | -44.3297 |
#4394dd color RGB value is (67,148,221).
#4394dd hex color red value is 67, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4394dd hue: 0.58 , saturation: 0.69 and the lightness value of 4394dd is 0.56.
The process color (four color CMYK) of #4394dd color hex is 0.70, 0.33, 0.00, 0.13. Web safe color of #4394dd is #3399cc. Color #4394dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 10010100 | 11011101 |
Octal | 103 | 224 | 335 |
Decimal | 67 | 148 | 221 |
Hex | 43 | 94 | DD |
Shades of #4394dd
Tints of #4394dd
RGB Percentages of Color #4394dd
CMYK Percentages of Color #4394dd
Complementary Color
#4394dd | #dd8c43 |
#4394dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4394dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4394dd Color CSS Codes
.mybgcolor {background-color:#4394dd; } .myforecolor {color:#4394dd; } .mybordercolor {border:3px solid #4394dd; }
#4394dd Text Font Color
<p style="color:#4394dd">Text here</p>
This sample text font color is #4394dd
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.
#4394dd Background Color
<div style="background-color:#4394dd">
Div content here</div>
This div background color is #4394dd
#4394dd Border Color
<div style="border:3px solid #4394dd">
Div here</div>
This div border color is #4394dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,148,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4394dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4394dd; -webkit-box-shadow: 1px 1px 3px 2px #4394dd; box-shadow: 1px 1px 3px 2px #4394dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,148,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 #4394dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4394dd; -webkit-box-shadow: 1px 1px 3px 2px #4394dd; box-shadow: 1px 1px 3px 2px #4394dd;">
Div content here</div>
This div box has shadow with color #4394dd
Comments
No comments written yet.
Please login to write comment.