Color spaces of #21afda
RGB | 33 | 175 | 218 |
---|---|---|---|
HSL | 0.54 | 0.74 | 0.49 |
HSV | 194° | 85° | 85° |
CMYK | 0.85 | 0.20 | 0.00 0.15 |
XYZ | 28.6121 | 36.0452 | 71.7791 |
Yxy | 36.0452 | 0.2097 | 0.2642 |
Hunter Lab | 60.0377 | -19.9983 | -28.8589 |
CIE-Lab | 66.5544 | -20.7386 | -31.7289 |
#21afda color RGB value is (33,175,218).
#21afda hex color red value is 33, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #21afda hue: 0.54 , saturation: 0.74 and the lightness value of 21afda is 0.49.
The process color (four color CMYK) of #21afda color hex is 0.85, 0.20, 0.00, 0.15. Web safe color of #21afda is #3399cc. Color #21afda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 10101111 | 11011010 |
Octal | 41 | 257 | 332 |
Decimal | 33 | 175 | 218 |
Hex | 21 | AF | DA |
Shades of #21afda
Tints of #21afda
RGB Percentages of Color #21afda
CMYK Percentages of Color #21afda
Complementary Color
#21afda | #da4c21 |
#21afda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21afda Color Preview on White Background
Lorem ipsum dolor sit amet.
#21afda Color CSS Codes
.mybgcolor {background-color:#21afda; } .myforecolor {color:#21afda; } .mybordercolor {border:3px solid #21afda; }
#21afda Text Font Color
<p style="color:#21afda">Text here</p>
This sample text font color is #21afda
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.
#21afda Background Color
<div style="background-color:#21afda">
Div content here</div>
This div background color is #21afda
#21afda Border Color
<div style="border:3px solid #21afda">
Div here</div>
This div border color is #21afda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,175,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21afda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21afda; -webkit-box-shadow: 1px 1px 3px 2px #21afda; box-shadow: 1px 1px 3px 2px #21afda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,175,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21afda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21afda; -webkit-box-shadow: 1px 1px 3px 2px #21afda; box-shadow: 1px 1px 3px 2px #21afda;">
Div content here</div>
This div box has shadow with color #21afda
Comments
No comments written yet.
Please login to write comment.