Color spaces of #216caf
RGB | 33 | 108 | 175 |
---|---|---|---|
HSL | 0.58 | 0.68 | 0.41 |
HSV | 208° | 81° | 69° |
CMYK | 0.81 | 0.38 | 0.00 0.31 |
XYZ | 13.7276 | 14.1436 | 42.5639 |
Yxy | 14.1436 | 0.1949 | 0.2008 |
Hunter Lab | 37.6080 | -0.6582 | -40.7776 |
CIE-Lab | 44.4382 | 1.8251 | -42.0332 |
#216caf color RGB value is (33,108,175).
#216caf hex color red value is 33, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #216caf hue: 0.58 , saturation: 0.68 and the lightness value of 216caf is 0.41.
The process color (four color CMYK) of #216caf color hex is 0.81, 0.38, 0.00, 0.31. Web safe color of #216caf is #336699. Color #216caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01101100 | 10101111 |
Octal | 41 | 154 | 257 |
Decimal | 33 | 108 | 175 |
Hex | 21 | 6C | AF |
Shades of #216caf
Tints of #216caf
RGB Percentages of Color #216caf
CMYK Percentages of Color #216caf
Complementary Color
#216caf | #af6421 |
#216caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#216caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#216caf Color CSS Codes
.mybgcolor {background-color:#216caf; } .myforecolor {color:#216caf; } .mybordercolor {border:3px solid #216caf; }
#216caf Text Font Color
<p style="color:#216caf">Text here</p>
This sample text font color is #216caf
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.
#216caf Background Color
<div style="background-color:#216caf">
Div content here</div>
This div background color is #216caf
#216caf Border Color
<div style="border:3px solid #216caf">
Div here</div>
This div border color is #216caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,108,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #216caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #216caf; -webkit-box-shadow: 1px 1px 3px 2px #216caf; box-shadow: 1px 1px 3px 2px #216caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,108,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #216caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #216caf; -webkit-box-shadow: 1px 1px 3px 2px #216caf; box-shadow: 1px 1px 3px 2px #216caf;">
Div content here</div>
This div box has shadow with color #216caf
Comments
No comments written yet.
Please login to write comment.