Color spaces of #21ac6e
RGB | 33 | 172 | 110 |
---|---|---|---|
HSL | 0.43 | 0.68 | 0.40 |
HSV | 153° | 81° | 67° |
CMYK | 0.81 | 0.00 | 0.36 0.33 |
XYZ | 18.1942 | 30.9542 | 19.7677 |
Yxy | 30.9542 | 0.2640 | 0.4492 |
Hunter Lab | 55.6365 | -38.9910 | 17.8798 |
CIE-Lab | 62.4690 | -50.0675 | 22.0438 |
#21ac6e color RGB value is (33,172,110).
#21ac6e hex color red value is 33, green value is 172 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #21ac6e hue: 0.43 , saturation: 0.68 and the lightness value of 21ac6e is 0.40.
The process color (four color CMYK) of #21ac6e color hex is 0.81, 0.00, 0.36, 0.33. Web safe color of #21ac6e is #339966. Color #21ac6e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 10101100 | 01101110 |
Octal | 41 | 254 | 156 |
Decimal | 33 | 172 | 110 |
Hex | 21 | AC | 6E |
Shades of #21ac6e
Tints of #21ac6e
RGB Percentages of Color #21ac6e
CMYK Percentages of Color #21ac6e
Complementary Color
#21ac6e | #ac215f |
#21ac6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21ac6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#21ac6e Color CSS Codes
.mybgcolor {background-color:#21ac6e; } .myforecolor {color:#21ac6e; } .mybordercolor {border:3px solid #21ac6e; }
#21ac6e Text Font Color
<p style="color:#21ac6e">Text here</p>
This sample text font color is #21ac6e
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.
#21ac6e Background Color
<div style="background-color:#21ac6e">
Div content here</div>
This div background color is #21ac6e
#21ac6e Border Color
<div style="border:3px solid #21ac6e">
Div here</div>
This div border color is #21ac6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,172,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21ac6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21ac6e; -webkit-box-shadow: 1px 1px 3px 2px #21ac6e; box-shadow: 1px 1px 3px 2px #21ac6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,172,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21ac6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21ac6e; -webkit-box-shadow: 1px 1px 3px 2px #21ac6e; box-shadow: 1px 1px 3px 2px #21ac6e;">
Div content here</div>
This div box has shadow with color #21ac6e
Comments
No comments written yet.
Please login to write comment.