Color spaces of #21cfcd
RGB | 33 | 207 | 205 |
---|---|---|---|
HSL | 0.50 | 0.73 | 0.47 |
HSV | 179° | 84° | 81° |
CMYK | 0.84 | 0.00 | 0.01 0.19 |
XYZ | 33.9595 | 49.3568 | 65.4946 |
Yxy | 49.3568 | 0.2282 | 0.3317 |
Hunter Lab | 70.2544 | -36.6620 | -6.0950 |
CIE-Lab | 75.6728 | -40.3461 | -10.7718 |
#21cfcd color RGB value is (33,207,205).
#21cfcd hex color red value is 33, green value is 207 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #21cfcd hue: 0.50 , saturation: 0.73 and the lightness value of 21cfcd is 0.47.
The process color (four color CMYK) of #21cfcd color hex is 0.84, 0.00, 0.01, 0.19. Web safe color of #21cfcd is #33cccc. Color #21cfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 11001111 | 11001101 |
Octal | 41 | 317 | 315 |
Decimal | 33 | 207 | 205 |
Hex | 21 | CF | CD |
Shades of #21cfcd
Tints of #21cfcd
RGB Percentages of Color #21cfcd
CMYK Percentages of Color #21cfcd
Complementary Color
#21cfcd | #cf2123 |
#21cfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21cfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#21cfcd Color CSS Codes
.mybgcolor {background-color:#21cfcd; } .myforecolor {color:#21cfcd; } .mybordercolor {border:3px solid #21cfcd; }
#21cfcd Text Font Color
<p style="color:#21cfcd">Text here</p>
This sample text font color is #21cfcd
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.
#21cfcd Background Color
<div style="background-color:#21cfcd">
Div content here</div>
This div background color is #21cfcd
#21cfcd Border Color
<div style="border:3px solid #21cfcd">
Div here</div>
This div border color is #21cfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,207,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21cfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21cfcd; -webkit-box-shadow: 1px 1px 3px 2px #21cfcd; box-shadow: 1px 1px 3px 2px #21cfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,207,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21cfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21cfcd; -webkit-box-shadow: 1px 1px 3px 2px #21cfcd; box-shadow: 1px 1px 3px 2px #21cfcd;">
Div content here</div>
This div box has shadow with color #21cfcd
Comments
No comments written yet.
Please login to write comment.