Color spaces of #c2dfdb
RGB | 194 | 223 | 219 |
---|---|---|---|
HSL | 0.48 | 0.31 | 0.82 |
HSV | 172° | 13° | 87° |
CMYK | 0.13 | 0.00 | 0.02 0.13 |
XYZ | 61.4220 | 69.3592 | 77.1682 |
Yxy | 69.3592 | 0.2954 | 0.3335 |
Hunter Lab | 83.2822 | -14.0971 | 3.3602 |
CIE-Lab | 86.6816 | -10.3131 | -1.2784 |
#c2dfdb color RGB value is (194,223,219).
#c2dfdb hex color red value is 194, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c2dfdb hue: 0.48 , saturation: 0.31 and the lightness value of c2dfdb is 0.82.
The process color (four color CMYK) of #c2dfdb color hex is 0.13, 0.00, 0.02, 0.13. Web safe color of #c2dfdb is #cccccc. Color #c2dfdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11011111 | 11011011 |
Octal | 302 | 337 | 333 |
Decimal | 194 | 223 | 219 |
Hex | C2 | DF | DB |
Shades of #c2dfdb
Tints of #c2dfdb
RGB Percentages of Color #c2dfdb
CMYK Percentages of Color #c2dfdb
Complementary Color
#c2dfdb | #dfc2c6 |
#c2dfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2dfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2dfdb Color CSS Codes
.mybgcolor {background-color:#c2dfdb; } .myforecolor {color:#c2dfdb; } .mybordercolor {border:3px solid #c2dfdb; }
#c2dfdb Text Font Color
<p style="color:#c2dfdb">Text here</p>
This sample text font color is #c2dfdb
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.
#c2dfdb Background Color
<div style="background-color:#c2dfdb">
Div content here</div>
This div background color is #c2dfdb
#c2dfdb Border Color
<div style="border:3px solid #c2dfdb">
Div here</div>
This div border color is #c2dfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,223,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2dfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2dfdb; -webkit-box-shadow: 1px 1px 3px 2px #c2dfdb; box-shadow: 1px 1px 3px 2px #c2dfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,223,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2dfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2dfdb; -webkit-box-shadow: 1px 1px 3px 2px #c2dfdb; box-shadow: 1px 1px 3px 2px #c2dfdb;">
Div content here</div>
This div box has shadow with color #c2dfdb
Comments
No comments written yet.
Please login to write comment.