Color spaces of #21dcab
RGB | 33 | 220 | 171 |
---|---|---|---|
HSL | 0.46 | 0.74 | 0.50 |
HSV | 164° | 85° | 86° |
CMYK | 0.85 | 0.00 | 0.22 0.14 |
XYZ | 33.5711 | 54.4500 | 47.2686 |
Yxy | 54.4500 | 0.2481 | 0.4025 |
Hunter Lab | 73.7902 | -47.9238 | 13.6731 |
CIE-Lab | 78.7234 | -54.8532 | 11.8784 |
#21dcab color RGB value is (33,220,171).
#21dcab hex color red value is 33, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #21dcab hue: 0.46 , saturation: 0.74 and the lightness value of 21dcab is 0.50.
The process color (four color CMYK) of #21dcab color hex is 0.85, 0.00, 0.22, 0.14. Web safe color of #21dcab is #33cc99. Color #21dcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 11011100 | 10101011 |
Octal | 41 | 334 | 253 |
Decimal | 33 | 220 | 171 |
Hex | 21 | DC | AB |
Shades of #21dcab
Tints of #21dcab
RGB Percentages of Color #21dcab
CMYK Percentages of Color #21dcab
Complementary Color
#21dcab | #dc2152 |
#21dcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21dcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#21dcab Color CSS Codes
.mybgcolor {background-color:#21dcab; } .myforecolor {color:#21dcab; } .mybordercolor {border:3px solid #21dcab; }
#21dcab Text Font Color
<p style="color:#21dcab">Text here</p>
This sample text font color is #21dcab
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.
#21dcab Background Color
<div style="background-color:#21dcab">
Div content here</div>
This div background color is #21dcab
#21dcab Border Color
<div style="border:3px solid #21dcab">
Div here</div>
This div border color is #21dcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,220,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21dcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21dcab; -webkit-box-shadow: 1px 1px 3px 2px #21dcab; box-shadow: 1px 1px 3px 2px #21dcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,220,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 #21dcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21dcab; -webkit-box-shadow: 1px 1px 3px 2px #21dcab; box-shadow: 1px 1px 3px 2px #21dcab;">
Div content here</div>
This div box has shadow with color #21dcab
Comments
No comments written yet.
Please login to write comment.