Color spaces of #c7daec
RGB | 199 | 218 | 236 |
---|---|---|---|
HSL | 0.58 | 0.49 | 0.85 |
HSV | 209° | 16° | 93° |
CMYK | 0.16 | 0.08 | 0.00 0.07 |
XYZ | 63.7649 | 68.3411 | 89.1873 |
Yxy | 68.3411 | 0.2881 | 0.3088 |
Hunter Lab | 82.6687 | -6.9876 | -6.0971 |
CIE-Lab | 86.1767 | -2.7090 | -10.9636 |
#c7daec color RGB value is (199,218,236).
#c7daec hex color red value is 199, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c7daec hue: 0.58 , saturation: 0.49 and the lightness value of c7daec is 0.85.
The process color (four color CMYK) of #c7daec color hex is 0.16, 0.08, 0.00, 0.07. Web safe color of #c7daec is #ccccff. Color #c7daec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011010 | 11101100 |
Octal | 307 | 332 | 354 |
Decimal | 199 | 218 | 236 |
Hex | C7 | DA | EC |
Shades of #c7daec
Tints of #c7daec
RGB Percentages of Color #c7daec
CMYK Percentages of Color #c7daec
Complementary Color
#c7daec | #ecd9c7 |
#c7daec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7daec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7daec Color CSS Codes
.mybgcolor {background-color:#c7daec; } .myforecolor {color:#c7daec; } .mybordercolor {border:3px solid #c7daec; }
#c7daec Text Font Color
<p style="color:#c7daec">Text here</p>
This sample text font color is #c7daec
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.
#c7daec Background Color
<div style="background-color:#c7daec">
Div content here</div>
This div background color is #c7daec
#c7daec Border Color
<div style="border:3px solid #c7daec">
Div here</div>
This div border color is #c7daec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,218,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7daec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7daec; -webkit-box-shadow: 1px 1px 3px 2px #c7daec; box-shadow: 1px 1px 3px 2px #c7daec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,218,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7daec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7daec; -webkit-box-shadow: 1px 1px 3px 2px #c7daec; box-shadow: 1px 1px 3px 2px #c7daec;">
Div content here</div>
This div box has shadow with color #c7daec
Comments
No comments written yet.
Please login to write comment.