Color spaces of #216bdf
RGB | 33 | 107 | 223 |
---|---|---|---|
HSL | 0.60 | 0.75 | 0.50 |
HSV | 217° | 85° | 87° |
CMYK | 0.85 | 0.52 | 0.00 0.13 |
XYZ | 19.2042 | 16.1664 | 71.9203 |
Yxy | 16.1664 | 0.1790 | 0.1507 |
Hunter Lab | 40.2075 | 14.8935 | -77.9086 |
CIE-Lab | 47.1920 | 21.0177 | -65.2264 |
#216bdf color RGB value is (33,107,223).
#216bdf hex color red value is 33, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #216bdf hue: 0.60 , saturation: 0.75 and the lightness value of 216bdf is 0.50.
The process color (four color CMYK) of #216bdf color hex is 0.85, 0.52, 0.00, 0.13. Web safe color of #216bdf is #3366cc. Color #216bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01101011 | 11011111 |
Octal | 41 | 153 | 337 |
Decimal | 33 | 107 | 223 |
Hex | 21 | 6B | DF |
Shades of #216bdf
Tints of #216bdf
RGB Percentages of Color #216bdf
CMYK Percentages of Color #216bdf
Complementary Color
#216bdf | #df9521 |
#216bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#216bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#216bdf Color CSS Codes
.mybgcolor {background-color:#216bdf; } .myforecolor {color:#216bdf; } .mybordercolor {border:3px solid #216bdf; }
#216bdf Text Font Color
<p style="color:#216bdf">Text here</p>
This sample text font color is #216bdf
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.
#216bdf Background Color
<div style="background-color:#216bdf">
Div content here</div>
This div background color is #216bdf
#216bdf Border Color
<div style="border:3px solid #216bdf">
Div here</div>
This div border color is #216bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,107,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #216bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #216bdf; -webkit-box-shadow: 1px 1px 3px 2px #216bdf; box-shadow: 1px 1px 3px 2px #216bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,107,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 #216bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #216bdf; -webkit-box-shadow: 1px 1px 3px 2px #216bdf; box-shadow: 1px 1px 3px 2px #216bdf;">
Div content here</div>
This div box has shadow with color #216bdf
Comments
No comments written yet.
Please login to write comment.