Color spaces of #cfcadf
RGB | 207 | 202 | 223 |
---|---|---|---|
HSL | 0.71 | 0.25 | 0.83 |
HSV | 254° | 9° | 87° |
CMYK | 0.07 | 0.09 | 0.00 0.13 |
XYZ | 60.1719 | 60.8342 | 78.3828 |
Yxy | 60.8342 | 0.3018 | 0.3051 |
Hunter Lab | 77.9963 | 1.2141 | -4.9864 |
CIE-Lab | 82.2895 | 5.6655 | -9.7816 |
#cfcadf color RGB value is (207,202,223).
#cfcadf hex color red value is 207, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cfcadf hue: 0.71 , saturation: 0.25 and the lightness value of cfcadf is 0.83.
The process color (four color CMYK) of #cfcadf color hex is 0.07, 0.09, 0.00, 0.13. Web safe color of #cfcadf is #cccccc. Color #cfcadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001010 | 11011111 |
Octal | 317 | 312 | 337 |
Decimal | 207 | 202 | 223 |
Hex | CF | CA | DF |
Shades of #cfcadf
Tints of #cfcadf
RGB Percentages of Color #cfcadf
CMYK Percentages of Color #cfcadf
Complementary Color
#cfcadf | #dadfca |
#cfcadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcadf Color CSS Codes
.mybgcolor {background-color:#cfcadf; } .myforecolor {color:#cfcadf; } .mybordercolor {border:3px solid #cfcadf; }
#cfcadf Text Font Color
<p style="color:#cfcadf">Text here</p>
This sample text font color is #cfcadf
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.
#cfcadf Background Color
<div style="background-color:#cfcadf">
Div content here</div>
This div background color is #cfcadf
#cfcadf Border Color
<div style="border:3px solid #cfcadf">
Div here</div>
This div border color is #cfcadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,202,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcadf; -webkit-box-shadow: 1px 1px 3px 2px #cfcadf; box-shadow: 1px 1px 3px 2px #cfcadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,202,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcadf; -webkit-box-shadow: 1px 1px 3px 2px #cfcadf; box-shadow: 1px 1px 3px 2px #cfcadf;">
Div content here</div>
This div box has shadow with color #cfcadf
Comments
No comments written yet.
Please login to write comment.