Color spaces of #21ddca
RGB | 33 | 221 | 202 |
---|---|---|---|
HSL | 0.48 | 0.74 | 0.50 |
HSV | 174° | 85° | 87° |
CMYK | 0.85 | 0.00 | 0.09 0.13 |
XYZ | 37.1443 | 56.3005 | 64.7865 |
Yxy | 56.3005 | 0.2347 | 0.3558 |
Hunter Lab | 75.0337 | -42.9451 | 1.3306 |
CIE-Lab | 79.7845 | -47.3078 | -3.0719 |
#21ddca color RGB value is (33,221,202).
#21ddca hex color red value is 33, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #21ddca hue: 0.48 , saturation: 0.74 and the lightness value of 21ddca is 0.50.
The process color (four color CMYK) of #21ddca color hex is 0.85, 0.00, 0.09, 0.13. Web safe color of #21ddca is #33cccc. Color #21ddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 11011101 | 11001010 |
Octal | 41 | 335 | 312 |
Decimal | 33 | 221 | 202 |
Hex | 21 | DD | CA |
Shades of #21ddca
Tints of #21ddca
RGB Percentages of Color #21ddca
CMYK Percentages of Color #21ddca
Complementary Color
#21ddca | #dd2134 |
#21ddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21ddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#21ddca Color CSS Codes
.mybgcolor {background-color:#21ddca; } .myforecolor {color:#21ddca; } .mybordercolor {border:3px solid #21ddca; }
#21ddca Text Font Color
<p style="color:#21ddca">Text here</p>
This sample text font color is #21ddca
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.
#21ddca Background Color
<div style="background-color:#21ddca">
Div content here</div>
This div background color is #21ddca
#21ddca Border Color
<div style="border:3px solid #21ddca">
Div here</div>
This div border color is #21ddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21ddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21ddca; -webkit-box-shadow: 1px 1px 3px 2px #21ddca; box-shadow: 1px 1px 3px 2px #21ddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21ddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21ddca; -webkit-box-shadow: 1px 1px 3px 2px #21ddca; box-shadow: 1px 1px 3px 2px #21ddca;">
Div content here</div>
This div box has shadow with color #21ddca
Comments
No comments written yet.
Please login to write comment.