#4ddddf color RGB value is (4, 221, 221).
#4ddddf hex color red value is 4, green value is 221, and blue value is 221.
Cylindrical-coordinate representations (HSL) of color #4ddddf
hue: 180,
saturation: 0.96 and lightness: 0.44.
The process color (four-color CMYK) of #4ddddf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #4ddddf is #ff9999. Color #4ddddf contains mainly RED.
| Color spaces of #4ddddf | Value |
|---|---|
| RGB | 77, 221, 223 |
| HSL | 0.5, 0.7, 0.59 |
| HSV | 181°, 65°, 87° |
| XYZ | 42.23, 58.61, 78.89 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001101 | 11011101 | 11011111 |
| Octal | 115 | 335 | 337 |
| Decimal | 77 | 221 | 223 |
| Hex | 4D | DD | DF |
Shades of #4ddddf
Tints of #4ddddf
.mybgColor {background-color: #4ddddf;}
.myforeColor {color: #4ddddf;}
.myborderColor {border:3px solid #4ddddf;}
<p style="color:#4ddddf">Text here</p>
This sample text is styled with the font color #4ddddf. 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:#4ddddf">Div content here</div>
<div style="border:3px solid #4ddddf">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(77, 221, 223, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #4ddddf; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #4ddddf;
-webkit-box-shadow: 1px 1px 3px #4ddddf;
box-shadow: 1px 1px 3px #4ddddf; }
<p style="text-shadow: 4px 4px 2px rgba(77, 221, 223, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #4ddddf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #4ddddf;
-webkit-box-shadow: 1px 1px 3px #4ddddf;
box-shadow: 1px 1px 3px #4ddddf;">Div content here</div>
