Color spaces of #21fdfc
RGB | 33 | 253 | 252 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.56 |
HSV | 180° | 87° | 99° |
CMYK | 0.87 | 0.00 | 0.00 0.01 |
XYZ | 53.3232 | 77.6022 | 104.2638 |
Yxy | 77.6022 | 0.2267 | 0.3300 |
Hunter Lab | 88.0921 | -46.1130 | -8.5098 |
CIE-Lab | 90.5981 | -47.0960 | -13.3410 |
#21fdfc color RGB value is (33,253,252).
#21fdfc hex color red value is 33, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #21fdfc hue: 0.50 , saturation: 0.98 and the lightness value of 21fdfc is 0.56.
The process color (four color CMYK) of #21fdfc color hex is 0.87, 0.00, 0.00, 0.01. Web safe color of #21fdfc is #33ffff. Color #21fdfc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 11111101 | 11111100 |
Octal | 41 | 375 | 374 |
Decimal | 33 | 253 | 252 |
Hex | 21 | FD | FC |
Shades of #21fdfc
Tints of #21fdfc
RGB Percentages of Color #21fdfc
CMYK Percentages of Color #21fdfc
Complementary Color
#21fdfc | #fd2122 |
#21fdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21fdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#21fdfc Color CSS Codes
.mybgcolor {background-color:#21fdfc; } .myforecolor {color:#21fdfc; } .mybordercolor {border:3px solid #21fdfc; }
#21fdfc Text Font Color
<p style="color:#21fdfc">Text here</p>
This sample text font color is #21fdfc
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.
#21fdfc Background Color
<div style="background-color:#21fdfc">
Div content here</div>
This div background color is #21fdfc
#21fdfc Border Color
<div style="border:3px solid #21fdfc">
Div here</div>
This div border color is #21fdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,253,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21fdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21fdfc; -webkit-box-shadow: 1px 1px 3px 2px #21fdfc; box-shadow: 1px 1px 3px 2px #21fdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,253,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21fdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21fdfc; -webkit-box-shadow: 1px 1px 3px 2px #21fdfc; box-shadow: 1px 1px 3px 2px #21fdfc;">
Div content here</div>
This div box has shadow with color #21fdfc
Comments
No comments written yet.
Please login to write comment.