Color spaces of #217eab
RGB | 33 | 126 | 171 |
---|---|---|---|
HSL | 0.55 | 0.68 | 0.40 |
HSV | 200° | 81° | 67° |
CMYK | 0.81 | 0.26 | 0.00 0.33 |
XYZ | 15.4387 | 18.1853 | 41.2245 |
Yxy | 18.1853 | 0.2063 | 0.2430 |
Hunter Lab | 42.6442 | -10.0042 | -27.4651 |
CIE-Lab | 49.7201 | -10.4659 | -31.3761 |
#217eab color RGB value is (33,126,171).
#217eab hex color red value is 33, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #217eab hue: 0.55 , saturation: 0.68 and the lightness value of 217eab is 0.40.
The process color (four color CMYK) of #217eab color hex is 0.81, 0.26, 0.00, 0.33. Web safe color of #217eab is #336699. Color #217eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01111110 | 10101011 |
Octal | 41 | 176 | 253 |
Decimal | 33 | 126 | 171 |
Hex | 21 | 7E | AB |
Shades of #217eab
Tints of #217eab
RGB Percentages of Color #217eab
CMYK Percentages of Color #217eab
Complementary Color
#217eab | #ab4e21 |
#217eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#217eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#217eab Color CSS Codes
.mybgcolor {background-color:#217eab; } .myforecolor {color:#217eab; } .mybordercolor {border:3px solid #217eab; }
#217eab Text Font Color
<p style="color:#217eab">Text here</p>
This sample text font color is #217eab
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.
#217eab Background Color
<div style="background-color:#217eab">
Div content here</div>
This div background color is #217eab
#217eab Border Color
<div style="border:3px solid #217eab">
Div here</div>
This div border color is #217eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,126,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #217eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #217eab; -webkit-box-shadow: 1px 1px 3px 2px #217eab; box-shadow: 1px 1px 3px 2px #217eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,126,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #217eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #217eab; -webkit-box-shadow: 1px 1px 3px 2px #217eab; box-shadow: 1px 1px 3px 2px #217eab;">
Div content here</div>
This div box has shadow with color #217eab
Comments
No comments written yet.
Please login to write comment.