Color spaces of #c5dace
RGB | 197 | 218 | 206 |
---|---|---|---|
HSL | 0.40 | 0.22 | 0.81 |
HSV | 146° | 10° | 85° |
CMYK | 0.10 | 0.00 | 0.06 0.15 |
XYZ | 59.2379 | 66.4694 | 68.1002 |
Yxy | 66.4694 | 0.3057 | 0.3430 |
Hunter Lab | 81.5288 | -12.9792 | 7.5458 |
CIE-Lab | 85.2353 | -9.2647 | 3.5055 |
#c5dace color RGB value is (197,218,206).
#c5dace hex color red value is 197, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c5dace hue: 0.40 , saturation: 0.22 and the lightness value of c5dace is 0.81.
The process color (four color CMYK) of #c5dace color hex is 0.10, 0.00, 0.06, 0.15. Web safe color of #c5dace is #cccccc. Color #c5dace contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11011010 | 11001110 |
Octal | 305 | 332 | 316 |
Decimal | 197 | 218 | 206 |
Hex | C5 | DA | CE |
Shades of #c5dace
Tints of #c5dace
RGB Percentages of Color #c5dace
CMYK Percentages of Color #c5dace
Complementary Color
#c5dace | #dac5d1 |
#c5dace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5dace Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5dace Color CSS Codes
.mybgcolor {background-color:#c5dace; } .myforecolor {color:#c5dace; } .mybordercolor {border:3px solid #c5dace; }
#c5dace Text Font Color
<p style="color:#c5dace">Text here</p>
This sample text font color is #c5dace
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.
#c5dace Background Color
<div style="background-color:#c5dace">
Div content here</div>
This div background color is #c5dace
#c5dace Border Color
<div style="border:3px solid #c5dace">
Div here</div>
This div border color is #c5dace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,218,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5dace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5dace; -webkit-box-shadow: 1px 1px 3px 2px #c5dace; box-shadow: 1px 1px 3px 2px #c5dace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,218,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5dace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5dace; -webkit-box-shadow: 1px 1px 3px 2px #c5dace; box-shadow: 1px 1px 3px 2px #c5dace;">
Div content here</div>
This div box has shadow with color #c5dace
Comments
No comments written yet.
Please login to write comment.