#cfd0d0 color RGB value is (12, 253, 13).
#cfd0d0 hex color red value is 12, green value is 253, and blue value is 13.
Cylindrical-coordinate representations (HSL) of color #cfd0d0
hue: 120.25,
saturation: 0.98 and lightness: 0.52.
The process color (four-color CMYK) of #cfd0d0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cfd0d0 is #ff9999. Color #cfd0d0 contains mainly RED.
Color spaces of #cfd0d0 | Value |
---|---|
RGB | 207, 208, 208 |
HSL | 0.5, 0.01, 0.81 |
HSV | 180°, 0°, 82° |
XYZ | 59.67, 62.93, 68.67 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010000 | 11010000 |
Octal | 317 | 320 | 320 |
Decimal | 207 | 208 | 208 |
Hex | CF | D0 | D0 |
Shades of #cfd0d0
Tints of #cfd0d0
.mybgColor {background-color: #cfd0d0;} .myforeColor {color: #cfd0d0;} .myborderColor {border:3px solid #cfd0d0;}
<p style="color:#cfd0d0">Text here</p>
This sample text is styled with the font color #cfd0d0. 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:#cfd0d0">Div content here</div>
<div style="border:3px solid #cfd0d0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207, 208, 208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd0d0; } .divShadow { -moz-box-shadow: 1px 1px 3px #cfd0d0; -webkit-box-shadow: 1px 1px 3px #cfd0d0; box-shadow: 1px 1px 3px #cfd0d0; }
<p style="text-shadow: 4px 4px 2px rgba(207, 208, 208, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cfd0d0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cfd0d0;
-webkit-box-shadow: 1px 1px 3px #cfd0d0;
box-shadow: 1px 1px 3px #cfd0d0;">Div content here</div>