#33d8da color RGB value is (3, 61, 141).
#33d8da hex color red value is 3, green value is 61, and blue value is 141.
Cylindrical-coordinate representations (HSL) of color #33d8da
hue: 214.78,
saturation: 0.96 and lightness: 0.28.
The process color (four-color CMYK) of #33d8da color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #33d8da is #ff9999. Color #33d8da contains mainly RED.
| Color spaces of #33d8da | Value |
|---|---|
| RGB | 51, 216, 218 |
| HSL | 0.5, 0.69, 0.53 |
| HSV | 181°, 77°, 85° |
| XYZ | 38.57, 54.87, 74.87 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 110011 | 11011000 | 11011010 |
| Octal | 63 | 330 | 332 |
| Decimal | 51 | 216 | 218 |
| Hex | 33 | D8 | DA |
Shades of #33d8da
Tints of #33d8da
.mybgColor {background-color: #33d8da;}
.myforeColor {color: #33d8da;}
.myborderColor {border:3px solid #33d8da;}
<p style="color:#33d8da">Text here</p>
This sample text is styled with the font color #33d8da. 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:#33d8da">Div content here</div>
<div style="border:3px solid #33d8da">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(51, 216, 218, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #33d8da; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #33d8da;
-webkit-box-shadow: 1px 1px 3px #33d8da;
box-shadow: 1px 1px 3px #33d8da; }
<p style="text-shadow: 4px 4px 2px rgba(51, 216, 218, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #33d8da;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #33d8da;
-webkit-box-shadow: 1px 1px 3px #33d8da;
box-shadow: 1px 1px 3px #33d8da;">Div content here</div>
