#21896c color RGB value is (2, 24, 150).
#21896c hex color red value is 2, green value is 24, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #21896c
hue: 231.08,
saturation: 0.97 and lightness: 0.3.
The process color (four-color CMYK) of #21896c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #21896c is #ff9999. Color #21896c contains mainly RED.
| Color spaces of #21896c | Value |
|---|---|
| RGB | 33, 137, 108 |
| HSL | 0.45, 0.61, 0.33 |
| HSV | 163°, 76°, 54° |
| XYZ | 12.28, 19.3, 17.26 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100001 | 10001001 | 1101100 |
| Octal | 41 | 211 | 154 |
| Decimal | 33 | 137 | 108 |
| Hex | 21 | 89 | 6C |
Shades of #21896c
Tints of #21896c
.mybgColor {background-color: #21896c;}
.myforeColor {color: #21896c;}
.myborderColor {border:3px solid #21896c;}
<p style="color:#21896c">Text here</p>
This sample text is styled with the font color #21896c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#21896c">Div content here</div>
<div style="border:3px solid #21896c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(33, 137, 108, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #21896c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #21896c;
-webkit-box-shadow: 1px 1px 3px #21896c;
box-shadow: 1px 1px 3px #21896c; }
<p style="text-shadow: 4px 4px 2px rgba(33, 137, 108, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #21896c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #21896c;
-webkit-box-shadow: 1px 1px 3px #21896c;
box-shadow: 1px 1px 3px #21896c;">Div content here</div>
