Color spaces of #214aad
RGB | 33 | 74 | 173 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.40 |
HSV | 222° | 81° | 68° |
CMYK | 0.81 | 0.57 | 0.00 0.32 |
XYZ | 10.6188 | 8.2380 | 40.5656 |
Yxy | 8.2380 | 0.1787 | 0.1386 |
Hunter Lab | 28.7019 | 15.8110 | -63.7057 |
CIE-Lab | 34.4737 | 23.2552 | -56.8880 |
#214aad color RGB value is (33,74,173).
#214aad hex color red value is 33, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #214aad hue: 0.62 , saturation: 0.68 and the lightness value of 214aad is 0.40.
The process color (four color CMYK) of #214aad color hex is 0.81, 0.57, 0.00, 0.32. Web safe color of #214aad is #333399. Color #214aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01001010 | 10101101 |
Octal | 41 | 112 | 255 |
Decimal | 33 | 74 | 173 |
Hex | 21 | 4A | AD |
Shades of #214aad
Tints of #214aad
RGB Percentages of Color #214aad
CMYK Percentages of Color #214aad
Complementary Color
#214aad | #ad8421 |
#214aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#214aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#214aad Color CSS Codes
.mybgcolor {background-color:#214aad; } .myforecolor {color:#214aad; } .mybordercolor {border:3px solid #214aad; }
#214aad Text Font Color
<p style="color:#214aad">Text here</p>
This sample text font color is #214aad
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.
#214aad Background Color
<div style="background-color:#214aad">
Div content here</div>
This div background color is #214aad
#214aad Border Color
<div style="border:3px solid #214aad">
Div here</div>
This div border color is #214aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,74,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #214aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #214aad; -webkit-box-shadow: 1px 1px 3px 2px #214aad; box-shadow: 1px 1px 3px 2px #214aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,74,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #214aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #214aad; -webkit-box-shadow: 1px 1px 3px 2px #214aad; box-shadow: 1px 1px 3px 2px #214aad;">
Div content here</div>
This div box has shadow with color #214aad
Comments
No comments written yet.
Please login to write comment.